Mercurial > repos > trinity_ctat > ctat_mutations
comparison ctat_mutations.xml @ 3:692ecdf2d881 draft
Uploaded
author | trinity_ctat |
---|---|
date | Sat, 10 Nov 2018 10:48:12 -0500 |
parents | d4a8f440a518 |
children | 9e6395f093d2 |
comparison
equal
deleted
inserted
replaced
2:46fa35cd8f74 | 3:692ecdf2d881 |
---|---|
20 </command> | 20 </command> |
21 <inputs> | 21 <inputs> |
22 <param format="fastq" name="left" type="data" label="Left/Forward strand reads" help="Left read"/> | 22 <param format="fastq" name="left" type="data" label="Left/Forward strand reads" help="Left read"/> |
23 <param format="fastq" name="right" type="data" label="Right/Reverse strand reads" help="Right read"/> | 23 <param format="fastq" name="right" type="data" label="Right/Reverse strand reads" help="Right read"/> |
24 <param name="tissue_type" type="select" label="Select a pathology" help="If you don't know, just choose 'General Purpose'"> | 24 <param name="tissue_type" type="select" label="Select a pathology" help="If you don't know, just choose 'General Purpose'"> |
25 <options from_data_table="cravat_tissues"> | 25 <options from_data_table="ctat_cravat_tissues"> |
26 <filter type="sort_by" column="1"/> | 26 <filter type="sort_by" column="1"/> |
27 <validator type="no_options" message="No indexes are available for the selected input dataset"/> | 27 <validator type="no_options" message="No indexes are available for the selected input dataset"/> |
28 </options> | 28 </options> |
29 </param> | 29 </param> |
30 <param name="genome_resource_lib" type="select" label="Select a reference genome"> | 30 <param name="genome_resource_lib" type="select" label="Select a reference genome"> |
31 <options from_data_table="ctat_genome_resource_libs"> | 31 <options from_data_table="ctat_genome_resource_libs"> |
32 <filter type="sort_by" column="2" /> | 32 <filter type="sort_by" column="2" /> |