Mercurial > repos > devteam > print_reads
diff print_reads.xml @ 1:64d5adc286bb draft default tip
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 12:46:26 -0400 |
parents | 6fc6b56b342e |
children |
line wrap: on
line diff
--- a/print_reads.xml Tue Apr 01 09:11:51 2014 -0400 +++ b/print_reads.xml Tue Oct 13 12:46:26 2015 -0400 @@ -1,4 +1,4 @@ -<tool id="gatk_print_reads" name="Print Reads" version="0.0.1"> +<tool id="gatk_print_reads" name="Print Reads" version="0.0.2"> <description>from BAM files</description> <requirements> <requirement type="package" version="1.4">gatk</requirement> @@ -73,7 +73,7 @@ <param name="platform" type="text" value="" label="Exclude all reads with this platform from the output" help="-platform,--platform &lt;platform&gt;" /> <param name="read_group" type="text" value="" label="Exclude all reads with this read group from the output" help="-readGroup,--readGroup &lt;readGroup&gt;" /> <repeat name="sample_file_repeat" title="File containing a list of samples to include" help="-sf,--sample_file &lt;sample_file&gt;"> - <param name="input_sample_file" type="data" format="text" label="Sample file" /> + <param name="input_sample_file" type="data" format="txt" label="Sample file" /> </repeat> <repeat name="sample_name_repeat" title="Sample name to be included in the analysis" help="-sn,--sample_name &lt;sample_name&gt;"> <param name="sample_name" type="text" label="Sample name" /> @@ -86,15 +86,6 @@ <data format="bam" name="output_bam" label="${tool.name} on ${on_string} (BAM)" /> <data format="txt" name="output_log" label="${tool.name} on ${on_string} (log)" /> </outputs> - <param name="number" type="integer" value="-1" label="Print the first n reads from the file, discarding the rest" /> - <param name="platform" type="text" value="" label="Exclude all reads with this platform from the output" /> - <param name="read_group" type="text" value="" label="Exclude all reads with this read group from the output" /> - <repeat name="sample_file_repeat" title="File containing a list of samples to include"> - <param name="input_sample_file" type="data" format="text" label="Sample file" /> - </repeat> - <repeat name="sample_name_repeat" title="Sample name to be included in the analysis"> - <param name="sample_name" type="text" label="Sample name" /> - </repeat> <tests> <test> <param name="reference_source_selector" value="history" />