# HG changeset patch # User iuc # Date 1494343045 14400 # Node ID 12749212f61b79fc3c0e8b5ab4a76a2156c2246f # Parent 8c34727900200419e42f812456b838031ee7adb3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_bedcov commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40 diff -r 8c3472790020 -r 12749212f61b macros.xml --- a/macros.xml Tue Apr 21 15:05:45 2015 -0400 +++ b/macros.xml Tue May 09 11:17:25 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 8c3472790020 -r 12749212f61b samtools_bedcov.xml --- a/samtools_bedcov.xml Tue Apr 21 15:05:45 2015 -0400 +++ b/samtools_bedcov.xml Tue May 09 11:17:25 2017 -0400 @@ -1,36 +1,31 @@ - - calculate read depth for a set of genomic intervals - - macros.xml - - - - + + calculate read depth for a set of genomic intervals + + macros.xml + + + + "${output}" - ]]> - + + samtools bedcov + '${input_bed}' + #for $i in range(len( $input_bams )): + '${i}.bam' + #end for + > '${output}' + ]]> - - + + - + @@ -50,8 +45,6 @@ Calculates read depth for regions listed in a BED dataset using ``samtools bedcov`` command:: samtools bedcov [INPUT BED] [INPUT BAM1] ... [INPUT BAMn] > [OUTPUT] - - + - diff -r 8c3472790020 -r 12749212f61b tool_dependencies.xml --- a/tool_dependencies.xml Tue Apr 21 15:05:45 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -