# HG changeset patch # User devteam # Date 1484757887 18000 # Node ID e2c1b62e1db101c23b3452e673a9fc9665533153 # Parent 4555f451dd7977f9973788f1d22fc13c04ad65eb planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools_split commit ddee21fa767f3234a4e5a9acfeeabdded32e7d01 diff -r 4555f451dd79 -r e2c1b62e1db1 bamtools-split.xml --- a/bamtools-split.xml Wed Nov 11 12:34:02 2015 -0500 +++ b/bamtools-split.xml Wed Jan 18 11:44:47 2017 -0500 @@ -1,75 +1,63 @@ - - BAM datasets on variety of attributes - - bamtools - - - - echo "BAM" > $report && - - #for $bam_count, $input_bam in enumerate( $input_bams ): - 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 - - - - - - - - - - - - - - - - - - - - - - - - + + BAM datasets on variety of attributes + + bamtools + + + $report && + #for $bam_count, $input_bam in enumerate( $input_bams ): + 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 + ]]> + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - + **What is does** BAMTools split is a utility for splitting BAM files. It is based on BAMtools suite of tools by Derek Barnett (https://github.com/pezmaster31/bamtools). @@ -113,8 +101,8 @@ Additional information about BAMtools can be found at https://github.com/pezmaster31/bamtools/wiki - - - 10.1093/bioinformatics/btr174 - + + + 10.1093/bioinformatics/btr174 + diff -r 4555f451dd79 -r e2c1b62e1db1 tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 11 12:34:02 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -