diff fasterq_dump.xml @ 40:8848455c0270 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 7632986831e24fcd189a57d824b9e6b1d5dc5c4c
author iuc
date Mon, 26 Aug 2024 14:59:28 +0000
parents f8054ea1c365
children
line wrap: on
line diff
--- a/fasterq_dump.xml	Mon Jun 03 15:07:36 2024 +0000
+++ b/fasterq_dump.xml	Mon Aug 26 14:59:28 2024 +0000
@@ -73,7 +73,7 @@
     <inputs>
         <expand macro="input_conditional"/>
         <section name="adv" title="Advanced Options" expanded="False">
-            <expand macro="defline" defline_param="--seq-defline" defline_default="@$sn/$ri"/>
+            <expand macro="defline" defline_param="--seq-defline" defline_default="@$ac.$sn/$ri"/>
             <param name="minlen" type="integer" label="Minimum read length" optional="true" help="Filter by sequence length. Will dump only reads longer or equal to this value." argument="--min-read-len"/>
             <param name="split" type="select" display="radio" label="Select how to split the spots" help="This option will only be used when there are multiple reads per spot (for example paired-end).">
                 <option value="--split-3">--split-3: write properly paired biological reads into different files and single reads in another file</option>