# HG changeset patch # User Lance Parsons # Date 1314218668 14400 # Node ID 5b40b93ebae3fa83741fd3ea28dadaee6d8a1fe4 # Parent 3112c78841c5d3d409a95967e779cb485260a71d Added advanced settings diff -r 3112c78841c5 -r 5b40b93ebae3 bam_to_bigwig.xml --- a/bam_to_bigwig.xml Wed Aug 24 14:45:29 2011 -0400 +++ b/bam_to_bigwig.xml Wed Aug 24 16:44:28 2011 -0400 @@ -8,7 +8,11 @@ genomeCoverageBed -ibam $align -bg $split -g `awk '($0 !~ /^#.*/) && ($2 == "$align.dbkey") {print $3}' ${GALAXY_DATA_INDEX_DIR}/sam_fa_indices.loc`.fai > tmp.bedgraph; - bedGraphToBigWig tmp.bedgraph + bedGraphToBigWig + #if $settings.settingsType == "full": + -blockSize=${settings.blockSize} -itemsPerSlot=${settings.itemsPerSlot} ${settings.unc} + #end if + tmp.bedgraph `awk '($0 !~ /^#.*/) && ($2 == "$align.dbkey") {print $3}' ${GALAXY_DATA_INDEX_DIR}/sam_fa_indices.loc`.fai $out; @@ -18,6 +22,19 @@ + + + + + + + + + + + + +