# HG changeset patch # User iuc # Date 1449953163 18000 # Node ID 741b8af6386c6d2f785126f528cc0cb8f16685b6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bam_to_scidx commit dfaab7cbfdee82c9fe4ff34ce02b42fc456b9db9 diff -r 000000000000 -r 741b8af6386c BAMtoscIDX.jar Binary file BAMtoscIDX.jar has changed diff -r 000000000000 -r 741b8af6386c bam_to_scidx.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bam_to_scidx.xml Sat Dec 12 15:46:03 2015 -0500 @@ -0,0 +1,63 @@ + + + + /dev/null + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Converts BAM data to ScIdx, the Strand-specific coordinate count format, which is used by tools within +the Chip-exo Galaxy flavor. ScIdx files are 1-based. The format consists of 5 columns: the chromosome, +the position of the genomic coordinate, the number of tags on the forward strand, the number of tags on +the reverse strand and the number of total tags on the position. With pair-end reads, only the 5’ end of +READ1 will be used to create the ScIdx data file. Tools that use this format include GeneTrack and MultiGPS. + +----- + +**Options** + +* **Require proper mate-pairing?** - Select **Yes** to require proper mate paring. Filtering by insert size parameters will not filter out single-end Read 1 unless proper mate-pairing is required. +* **Minimum insert size to output** - Insert size below the minimum will be filtered from the results, but single-end Read 1 will not be filtered unless proper mate-pairing is required. +* **Maximum insert size to output** - Insert size above the maximum will be filtered from the results, but single-end Read 1 will not be filtered unless proper mate-pairing is required. + + + + + @unpublished{None, + author = {Lai, William}, + title = {None}, + year = {None}, + eprint = {None}, + url = {http://www.huck.psu.edu/content/research/independent-centers-excellence/center-for-eukaryotic-gene-regulation} + } + + diff -r 000000000000 -r 741b8af6386c test-data/input.bam Binary file test-data/input.bam has changed diff -r 000000000000 -r 741b8af6386c test-data/output.scidx --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/output.scidx Sat Dec 12 15:46:03 2015 -0500 @@ -0,0 +1,21 @@ +#2015-11-23 20:18:56.51;input.bam;READ1 +chrom index forward reverse value +chr17 1820100 0 1 1 +chr17 1849175 1 0 1 +chr17 2778159 0 1 1 +chr17 3205518 0 1 1 +chr17 12974350 1 0 1 +chr17 20624912 0 1 1 +chr17 27071176 0 1 1 +chr17 34920819 1 0 1 +chr17 39810583 0 1 1 +chr17 43542379 0 1 1 +chr17 45800656 1 0 1 +chr17 47124830 0 1 1 +chr17 48697995 0 1 1 +chr17 54474619 0 1 1 +chr17 64901353 0 1 1 +chr17 69072332 1 0 1 +chr17 76184543 1 0 1 +chr17 76518878 0 1 1 +chr17 76941015 1 0 1