Repository 'fetch_fasta_from_ncbi'
hg clone https://toolshed.g2.bx.psu.edu/repos/drosofff/fetch_fasta_from_ncbi

Changeset 2:befdb392fece (2016-01-05)
Previous changeset 1:79cb7620843d (2015-10-28) Next changeset 3:a9d8f69d59fb (2016-11-09)
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/fetch_fasta_from_ncbi commit fae2061eadac000cdb408d0db76226620c8860a6
modified:
retrieve_fasta_from_NCBI.xml
b
diff -r 79cb7620843d -r befdb392fece retrieve_fasta_from_NCBI.xml
--- a/retrieve_fasta_from_NCBI.xml Wed Oct 28 11:25:13 2015 -0400
+++ b/retrieve_fasta_from_NCBI.xml Tue Jan 05 10:06:42 2016 -0500
b
@@ -1,4 +1,4 @@
-<tool id="retrieve_fasta_from_NCBI" name="Retrieve FASTA from NCBI" version="0.9.3">
+<tool id="retrieve_fasta_from_NCBI" name="Retrieve FASTA from NCBI" version="0.9.4">
   <description></description>
   <command interpreter="python">retrieve_fasta_from_NCBI.py -i "$queryString" -d $dbname -o $outfilename -l $logfile </command>
 
@@ -21,8 +21,8 @@
     </param>
   </inputs>
   <outputs>
-    <data name="outfilename" format="fasta" label="${tool.name} on ${on_string}: queryString${queryString.value}.${dbname.value_label}.fasta" />
-    <data format="txt" name="logfile" label="${tool.name} on ${on_string}: log"/>
+    <data name="outfilename" format="fasta" label="${tool.name} (${dbname.value_label}) with queryString '${queryString.value}'" />
+    <data format="txt" name="logfile" label="${tool.name}: log"/>
   </outputs>
   <tests>
     <test>