changeset 2:5c341fcd18ff draft default tip

Uploaded
author greg
date Thu, 23 Nov 2023 19:01:14 +0000
parents ab24883161d3
children
files cfsan_snp_pipeline_merge_vcfs.xml
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/cfsan_snp_pipeline_merge_vcfs.xml	Wed Nov 22 20:59:14 2023 +0000
+++ b/cfsan_snp_pipeline_merge_vcfs.xml	Thu Nov 23 19:01:14 2023 +0000
@@ -9,14 +9,15 @@
 #for $input_vcf in $input_vcf_collection
     -n '$input_vcf.element_identifier' -f '$input_vcf'
 #end for
-> ./file
-&& cfsan_snp_pipeline merge_vcfs ./file
+> ./file &&
+cfsan_snp_pipeline merge_vcfs ./file &&
+mv snpma.vcf '$output'
     ]]></command>
     <inputs>
         <param name="input_vcf_collection" type="data_collection" format="vcf" collection_type="list" label="Collection of VCF files"/>
     </inputs>
     <outputs>
-        <data name="output" format="vcf"/>
+        <data name="output" label="SNP matrix" format="vcf"/>
     </outputs>
     <tests>
         <test>
@@ -30,7 +31,7 @@
             </param>
             <output name="output" ftype="vcf">
                 <assert_contents>
-                    <has_size value="0" delta="100"/>
+                    <has_size value="31888" delta="100"/>
                 </assert_contents>
             </output>
         </test>