Mercurial > repos > drosofff > fetch_fasta_from_ncbi
comparison retrieve_fasta_from_NCBI.xml @ 9:f57ebdc7ad56 draft
planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author | drosofff |
---|---|
date | Mon, 08 Jun 2015 16:59:52 -0400 |
parents | fe9549854fa2 |
children | 2c5375809c03 |
comparison
equal
deleted
inserted
replaced
8:cc43a7a11324 | 9:f57ebdc7ad56 |
---|---|
25 <data name="outfilename" format="fasta" label="${tool.name} on ${on_string}: queryString${queryString.value}.${dbname.value_label}.fasta" /> | 25 <data name="outfilename" format="fasta" label="${tool.name} on ${on_string}: queryString${queryString.value}.${dbname.value_label}.fasta" /> |
26 <data format="txt" name="logfile" label="${tool.name} on ${on_string}: log"/> | 26 <data format="txt" name="logfile" label="${tool.name} on ${on_string}: log"/> |
27 </outputs> | 27 </outputs> |
28 <tests> | 28 <tests> |
29 <test> | 29 <test> |
30 <param name="queryString" value="DCV AND virus" /> | 30 <param name="queryString" value="9629650[gi]" /> |
31 <param name="dbname" value="nuccore" /> | 31 <param name="dbname" value="nuccore" /> |
32 <output name="outfilename" ftype="fasta" file="output.fa" /> | 32 <output name="outfilename" ftype="fasta" file="output.fa" /> |
33 <!-- <output name="logfile" ftype="txt" file="log.txt" /> log.txt changes with timestamp. removed to pass the test --> | 33 <!-- <output name="logfile" ftype="txt" file="log.txt" /> log.txt changes with timestamp. removed to pass the test --> |
34 </test> | 34 </test> |
35 </tests> | 35 </tests> |