# HG changeset patch # User devteam # Date 1447263242 18000 # Node ID 4555f451dd7977f9973788f1d22fc13c04ad65eb # Parent 71dd32fb0b0a1a6afa24cdc9ddceb30a762843c0 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools_split commit a1517c9d22029095120643bbe2c8fa53754dd2b7 diff -r 71dd32fb0b0a -r 4555f451dd79 bamtools-split.xml --- a/bamtools-split.xml Fri Jan 09 11:50:08 2015 -0500 +++ b/bamtools-split.xml Wed Nov 11 12:34:02 2015 -0500 @@ -1,4 +1,4 @@ - + BAM datasets on variety of attributes bamtools @@ -6,37 +6,35 @@ echo "BAM" > $report && - + #for $bam_count, $input_bam in enumerate( $input_bams ): - ln -s "${input_bam.input_bam}" "localbam_${bam_count}.bam" && - ln -s "${input_bam.input_bam.metadata.bam_index}" "localbam_${bam_count}.bam.bai" && + ln -s "${input_bam}" "localbam_${bam_count}.bam" && + ln -s "${input_bam.metadata.bam_index}" "localbam_${bam_count}.bam.bai" && #end for - + bamtools split - + #if str ( $analysis_type.analysis_type_selector ) == "-tag" : - + ${analysis_type.analysis_type_selector} "${analysis_type.tag_name}" #else - + ${analysis_type.analysis_type_selector} - + #end if - + -stub split_bam - + #for $bam_count, $input_bam in enumerate( $input_bams ): -in "localbam_${bam_count}.bam" #end for - + - - - + @@ -44,12 +42,15 @@ + + + - + - + @@ -65,7 +66,7 @@ - + @@ -86,19 +87,19 @@ **How it works** The following options can be specified via "**Split BAM dataset(s) by**" dropdown:: - + Mapping status (-mapped) split mapped/unmapped and generate two output files named (MAPPED) and (UNMAPPED) containing mapped and unmapped reads, respectively. - + Pairing status (-paired) split single-end/paired-end alignments and generate two output files named (SINGLE_END) and (PAIRED_END) containing paired and unpaired reads, respectively. - + Reference name (-reference) split alignments by reference name. In cases of unfinished genomes with very large number of reference sequences (scaffolds) it can generate thousands (if not millions) of output datasets. - + Specific tag (-tag) split alignments based on all values of TAG encountered. Choosing this option from the menu will allow you to enter the tag name. As was the case with the reference splitting above, this option can produce very diff -r 71dd32fb0b0a -r 4555f451dd79 shed_upload.tar.gz Binary file shed_upload.tar.gz has changed diff -r 71dd32fb0b0a -r 4555f451dd79 tool_dependencies.xml --- a/tool_dependencies.xml Fri Jan 09 11:50:08 2015 -0500 +++ b/tool_dependencies.xml Wed Nov 11 12:34:02 2015 -0500 @@ -1,6 +1,6 @@ - +