Mercurial > repos > fabio > sbtas_se
comparison retrieve.xml @ 2:4291c9d1ff07 draft
Uploaded 20180124
author | fabio |
---|---|
date | Wed, 24 Jan 2018 11:26:24 -0500 |
parents | 00d6e82d74e9 |
children |
comparison
equal
deleted
inserted
replaced
1:ad40eae04cdc | 2:4291c9d1ff07 |
---|---|
16 --appdata 'tmp' | 16 --appdata 'tmp' |
17 > ${stdouterr} | 17 > ${stdouterr} |
18 ]]> | 18 ]]> |
19 </command> | 19 </command> |
20 <inputs> | 20 <inputs> |
21 <param format="txt" name="files" type="data" label="Select input files" multiple="true" optional="false" help="Select one or more txt files containing a list of accession numbers." /> | 21 <param format="json" name="files" type="data" label="Select input files" multiple="true" optional="false" help="Select one or more json files containing a list of accession numbers (as result of the Search tool)." /> |
22 <param name="dataformat" type="select" label="Select a data format" help="Select a data format for the accession numbers related files that will be downloaded"> | 22 <param name="dataformat" type="select" label="Select a data format" help="Select a data format for the accession numbers related files that will be downloaded"> |
23 <option value=".fastq">.fastq</option> | 23 <option value=".fastq">.fastq</option> |
24 <option value=".fastq.gz">.fastq.gz</option> | 24 <option value=".fastq.gz">.fastq.gz</option> |
25 <option value=".fasta">.fasta</option> | 25 <option value=".fasta">.fasta</option> |
26 <option value=".fasta.gz">.fasta.gz</option> | 26 <option value=".fasta.gz">.fasta.gz</option> |