Repository 'lastz'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/lastz

Changeset 6:b6d7308c3728 (2018-03-02)
Previous changeset 5:bd84ff27bc16 (2018-02-26) Next changeset 7:10aca14c2332 (2018-05-17)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lastz commit c5379af63b23648020a4709f8ed9d9eac26582aa
modified:
lastz.xml
lastz_d.xml
lastz_macros.xml
b
diff -r bd84ff27bc16 -r b6d7308c3728 lastz.xml
--- a/lastz.xml Mon Feb 26 15:37:53 2018 -0500
+++ b/lastz.xml Fri Mar 02 12:07:00 2018 -0500
b
@@ -279,7 +279,7 @@
     </configfiles>
     <inputs>
         <expand macro="target_input"/>
-        <param name="query" format="fasta,fasta.gz,fastq.gz" type="data" label="Select QUERY sequence(s)" help="These are the sequences that you are aligning against TARGET"/>
+        <param name="query" format="fasta,fastq" type="data" label="Select QUERY sequence(s)" help="These are the sequences that you are aligning against TARGET"/>
 
         <section name="where_to_look" expanded="False" title="Where to look">
             <param name="strand" type="select" display="radio" label="which strand to search" argument="--strand" help="Search both strands or choose plus or minus">
b
diff -r bd84ff27bc16 -r b6d7308c3728 lastz_d.xml
--- a/lastz_d.xml Mon Feb 26 15:37:53 2018 -0500
+++ b/lastz_d.xml Fri Mar 02 12:07:00 2018 -0500
[
@@ -20,7 +20,7 @@
     </command>
     <inputs>
         <expand macro="target_input"/>
-        <param name="query" format="fasta,fasta.gz,fastq.gz" type="data" label="Select QUERY sequence(s)" help="These are the sequences that you are aligning against TARGET"/>
+        <param name="query" format="fasta,fastq" type="data" label="Select QUERY sequence(s)" help="These are the sequences that you are aligning against TARGET"/>
         <param name="score_file" type="data" format="txt" optional="true" label="Control file for inference" argument="--inferonly[=control_file]" help="Optional controf file. If nothing is selected, LASTZ_D uses default described in the manual"/>
      </inputs>
     <outputs>
b
diff -r bd84ff27bc16 -r b6d7308c3728 lastz_macros.xml
--- a/lastz_macros.xml Mon Feb 26 15:37:53 2018 -0500
+++ b/lastz_macros.xml Fri Mar 02 12:07:00 2018 -0500
b
@@ -19,7 +19,7 @@
                 </param>
             </when>
             <when value="history">
-                <param name="target" type="data" format="fasta,fasta.gz" label="Select a reference dataset" />
+                <param name="target" type="data" format="fasta" label="Select a reference dataset" />
             </when>
         </conditional>
     </xml>