# HG changeset patch # User iuc # Date 1494343142 14400 # Node ID 88b8c2916784edd480105d6f3a4f30b18a14df21 # Parent 87398ae795c7b49263b856bfa79e2b9faa5ade4f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_idxstats commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40 diff -r 87398ae795c7 -r 88b8c2916784 macros.xml --- a/macros.xml Tue Apr 21 16:00:31 2015 -0400 +++ b/macros.xml Tue May 09 11:19:02 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 87398ae795c7 -r 88b8c2916784 samtools_idxstats.xml --- a/samtools_idxstats.xml Tue Apr 21 16:00:31 2015 -0400 +++ b/samtools_idxstats.xml Tue May 09 11:19:02 2017 -0400 @@ -1,21 +1,16 @@ - - tabulate mapping statistics for BAM dataset + + reports stats of the BAM index file - macros.xml + macros.xml - - - + + + "${output}" ; -else - samtools idxstats "${input}" > "${output}" ; -fi]]> - + ln -f -s '${input.metadata.bam_index}' '${input}.bai' && + + samtools idxstats '${input}' > '${output}' + ]]> @@ -28,8 +23,7 @@ - -`_ for the samtools idxstats command -]]> - - + ]]> + diff -r 87398ae795c7 -r 88b8c2916784 tool_dependencies.xml --- a/tool_dependencies.xml Tue Apr 21 16:00:31 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -