Mercurial > repos > matthias > stacks2_tsv2bam
comparison stacks_tsv2bam.xml @ 6:2626e58c493e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 82e7263f3e57a29362d981e36b82b82063f12ac3
author | matthias |
---|---|
date | Tue, 25 Jun 2019 10:58:48 -0400 |
parents | 852044374da1 |
children |
comparison
equal
deleted
inserted
replaced
5:852044374da1 | 6:2626e58c493e |
---|---|
52 <inputs> | 52 <inputs> |
53 <expand macro="input_stacks_macro"/> | 53 <expand macro="input_stacks_macro"/> |
54 <expand macro="input_cat_macro"/> | 54 <expand macro="input_cat_macro"/> |
55 <expand macro="input_matches_macro"/> | 55 <expand macro="input_matches_macro"/> |
56 <!-- TODO add BAM? --> | 56 <!-- TODO add BAM? --> |
57 <expand macro="fastq_input" fastq_optional="true" help="Paired end data or reverse reads. If a paired list is provided only the reverse reads are used in tsv2bam"/> | 57 <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."/> |
58 <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" /> | 58 <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" /> |
59 <expand macro="in_log"/> | 59 <expand macro="in_log"/> |
60 </inputs> | 60 </inputs> |
61 | 61 |
62 <outputs> | 62 <outputs> |