Mercurial > repos > artbio > artbio_bam_cleaning
changeset 2:c973ff00c785 draft
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/artbio_bam_cleaning commit c761c76bb178d141766850b2b35de4c70a844231"
author | artbio |
---|---|
date | Sun, 14 Feb 2021 22:45:31 +0000 |
parents | b550841f568b |
children | a1462dd52f17 |
files | artbio_bam_cleaning.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/artbio_bam_cleaning.xml Thu Oct 08 14:55:04 2020 +0000 +++ b/artbio_bam_cleaning.xml Sun Feb 14 22:45:31 2021 +0000 @@ -1,4 +1,4 @@ -<tool id="artbio_bam_cleaning" name="ARTbio bam cleaning" version="1.6+galaxy1"> +<tool id="artbio_bam_cleaning" name="ARTbio bam cleaning" version="1.6+galaxy2"> <description> on flags and PCR Duplicates and MD recalibration </description> @@ -31,7 +31,7 @@ <expand macro="reference_source_conditional" /> <param name="input_bam" type="data" format="bam" label="BAM or SAM file to process"/> <param name="pipeline" type="select" label="where to stop the pipeline"> - <option value="CalMD">At CalMD processing, to keep split read alignments</option> + <option value="CalMD">At CalMD processing to keep split read alignments</option> <option value="fullfilter" selected="true">Full bam processing, will eliminate split read alignments in the final bam file</option> </param> </inputs>