# HG changeset patch # User iuc # Date 1494343163 14400 # Node ID f7a0d41036c732d542ccaa0cae50176b4a26d1ee # Parent 881e16ad05c65f49a9878d020299fb76f8748708 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/sam_to_bam commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40 diff -r 881e16ad05c6 -r f7a0d41036c7 macros.xml --- a/macros.xml Wed Nov 11 12:51:52 2015 -0500 +++ b/macros.xml Tue May 09 11:19:23 2017 -0400 @@ -1,16 +1,17 @@ - samtools + samtools + 1.3.1 @misc{SAM_def, title={Definition of SAM/BAM format}, - url = {https://samtools.github.io/hts-specs/SAMv1.pdf},} + url = {https://samtools.github.io/hts-specs/},} 10.1093/bioinformatics/btp352 10.1093/bioinformatics/btr076 @@ -41,7 +42,7 @@ - samtools --version | head -n 1 | awk '{ print $2 }' + &1 | grep Version]]> @@ -64,7 +65,5 @@ 5. Click **Save** The medatada will be re-detected and you will be able to see the list of reference sequences in the "**Select references (chromosomes and contigs) you would like to restrict bam to**" drop-down. - - diff -r 881e16ad05c6 -r f7a0d41036c7 sam_to_bam.xml --- a/sam_to_bam.xml Wed Nov 11 12:51:52 2015 -0500 +++ b/sam_to_bam.xml Tue May 09 11:19:23 2017 -0400 @@ -1,23 +1,34 @@ - - convert SAM to BAM - - macros.xml - - - - - - + convert SAM to BAM + + + macros.xml + + + + + + - + + samtools view + -b + -@ \${GALAXY_SLOTS:-1} + -t input.fa.fai '$input1' | + + samtools sort + -O bam + -@ \${GALAXY_SLOTS:-1} + -o '$output1' + -T temp + ]]> + @@ -25,11 +36,11 @@ - + - + @@ -37,13 +48,13 @@ - - + + - + @@ -64,26 +75,26 @@ - - + + + + + + + + - - + + - - - - +Converts SAM dataset into its binary, BAM, representation using the ``samtools view`` and ``sort`` commands. + ]]> + diff -r 881e16ad05c6 -r f7a0d41036c7 test-data/cached_locally/all_fasta.loc --- a/test-data/cached_locally/all_fasta.loc Wed Nov 11 12:51:52 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -chrM chr_m Horse (Equus caballus): equCab2 chrM ${__HERE__}/chrM.fasta diff -r 881e16ad05c6 -r f7a0d41036c7 test-data/cached_locally/fasta_indexes.loc --- a/test-data/cached_locally/fasta_indexes.loc Wed Nov 11 12:51:52 2015 -0500 +++ b/test-data/cached_locally/fasta_indexes.loc Tue May 09 11:19:23 2017 -0400 @@ -1,1 +1,1 @@ -chrM chr_m Horse (Equus caballus): equCab2 chrM ${__HERE__}/chrM.fasta +equCab2chrM equCab2 Horse (Equus caballus): equCab2 chrM ${__HERE__}/chr_m.fasta diff -r 881e16ad05c6 -r f7a0d41036c7 test-data/chr_m.fasta.fai --- a/test-data/chr_m.fasta.fai Wed Nov 11 12:51:52 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -chrM 16660 6 50 51 diff -r 881e16ad05c6 -r f7a0d41036c7 tool_data_table_conf.xml.test --- a/tool_data_table_conf.xml.test Wed Nov 11 12:51:52 2015 -0500 +++ b/tool_data_table_conf.xml.test Tue May 09 11:19:23 2017 -0400 @@ -3,8 +3,4 @@ value, dbkey, name, path - - value, dbkey, name, path - -
- \ No newline at end of file + diff -r 881e16ad05c6 -r f7a0d41036c7 tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 11 12:51:52 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -