Mercurial > repos > iuc > stacks2_tsv2bam
diff stacks_tsv2bam.xml @ 5:c26cce512390 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 16654f3b3faaba994cea5fda8d4907ea4f059605"
| author | iuc |
|---|---|
| date | Thu, 14 Apr 2022 09:14:41 +0000 |
| parents | e7d9bc1d9b76 |
| children |
line wrap: on
line diff
--- a/stacks_tsv2bam.xml Wed Sep 01 11:20:52 2021 +0000 +++ b/stacks_tsv2bam.xml Thu Apr 14 09:14:41 2022 +0000 @@ -1,4 +1,4 @@ -<tool id="stacks2_tsv2bam" name="Stacks2: tsv2bam" profile="@PROFILE@" version="@STACKS_VERSION@+galaxy@WRAPPER_VERSION@"> +<tool id="stacks2_tsv2bam" name="Stacks2: tsv2bam" profile="@PROFILE@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> <description>Sort reads by RAD locus</description> <macros> <import>macros.xml</import> @@ -60,7 +60,7 @@ <expand macro="input_cat_macro"/> <expand macro="input_matches_macro"/> <!-- TODO add BAM? --> - <expand macro="fastq_input" fastq_optional="true" se_option="reverse reads" help="Paired end data or reverse reads. If a paired list is provided only the reverse reads are used in tsv2bam. Leave selection empty if you analyse single end data."/> + <expand macro="fastq_input" fastq_optional="true" multiple="true" listtype="list:paired" se_option="reverse reads" help="Paired end data or reverse reads. If a paired list is provided only the reverse reads are used in tsv2bam. Leave selection empty if you analyse single end data."/> <param name="popmap" type="data" format="tabular,txt" label="Population map" help="If set, matching will be done only for samples listed in this file" optional="true" argument="-M"/> <expand macro="in_log"/> </inputs>
