comparison VCFToolsSlidingWindow/vcfToolsSlidingWindow.xml @ 4:b762ecbe2314 draft

planemo upload
author gandres
date Fri, 11 Dec 2015 07:35:00 -0500
parents 612066e3f57d
children ff9c990466be
comparison
equal deleted inserted replaced
3:612066e3f57d 4:b762ecbe2314
16 </stdio> 16 </stdio>
17 17
18 18
19 <!-- [REQUIRED] The command to execute --> 19 <!-- [REQUIRED] The command to execute -->
20 <command interpreter="bash"> 20 <command interpreter="bash">
21 vcfToolsSlidingWindow.sh ${filein} $step $window $filelog ${fileout_taj} ${fileout_tstv} ${fileout_windowed} ${fileout_snp} 21 vcfToolsSlidingWindow.sh ${filein} $window $filelog ${fileout_taj} ${fileout_tstv} ${fileout_windowed} ${fileout_snp}
22 #if $group : 22 #if $group :
23 $group ${fileout_fst} ${fileout_fst_marker} ${fileout_taj_combined} ${fileout_windowed_combined} 23 $group ${fileout_fst} ${fileout_fst_marker} ${fileout_taj_combined} ${fileout_windowed_combined}
24 #else : 24 #else :
25 "none" 25 "none"
26 #end if 26 #end if
29 <!-- [REQUIRED] Input files and tool parameters --> 29 <!-- [REQUIRED] Input files and tool parameters -->
30 <inputs> 30 <inputs>
31 <param name="filein" type="data" format="vcf" optional="false" label="VCF input" /> 31 <param name="filein" type="data" format="vcf" optional="false" label="VCF input" />
32 <param name="fileout_label" type="text" value="snp_density" optional="false" label="Output file basename"/> 32 <param name="fileout_label" type="text" value="snp_density" optional="false" label="Output file basename"/>
33 <param name="window" type="integer" value="200000" optional="false" label="Window size (in bp)"/> 33 <param name="window" type="integer" value="200000" optional="false" label="Window size (in bp)"/>
34 <param name="step" type="integer" value="50000" optional="false" label="Step size (in bp)"/>
35 <param name="group" type="data" format="tab" optional="True" label="(optionnal) Groups" help="Each line of the file should be : Indiv;Pop" /> 34 <param name="group" type="data" format="tab" optional="True" label="(optionnal) Groups" help="Each line of the file should be : Indiv;Pop" />
36 </inputs> 35 </inputs>
37 36
38 <!-- [REQUIRED] Output files --> 37 <!-- [REQUIRED] Output files -->
39 <outputs> 38 <outputs>
58 57
59 <!-- [OPTIONAL] Tests to be run manually by the Galaxy admin --> 58 <!-- [OPTIONAL] Tests to be run manually by the Galaxy admin -->
60 <tests> 59 <tests>
61 <!-- [HELP] Test files have to be in the ~/test-data directory --> 60 <!-- [HELP] Test files have to be in the ~/test-data directory -->
62 <test> 61 <test>
63 <param name="filein" value="sample_group.vcf" /> 62 <param name="filein" value="sliding-sample_group.vcf" />
64 <param name="group" value="groups.txt" /> 63 <param name="group" value="sliding-groups.txt" />
65 <output name="fileout_snp" file="result2.snpden" /> 64 <output name="fileout_snp" file="sliding-result2.snpden" />
66 <output name="fileout_taj" file="result2.Tajima.D" /> 65 <output name="fileout_taj" file="sliding-result2.Tajima.D" />
67 <output name="fileout_tstv" file="result2.TsTv" /> 66 <output name="fileout_tstv" file="sliding-result2.TsTv" />
68 <output name="fileout_windowed" file="result2.windowed.pi" /> 67 <output name="fileout_windowed" file="sliding-result2.windowed.pi" />
69 <output name="fileout_fst" file="result2.fst.txt" /> 68 <output name="fileout_fst" file="sliding-result2.fst.txt" />
70 <output name="fileout_fst_marker" file="result2.fst.by_marker.genes.txt" /> 69 <output name="fileout_fst_marker" file="sliding-result2.fst.by_marker.genes.txt" />
71 <output name="fileout_taj_combined" file="result2.combined.dtajima.txt" /> 70 <output name="fileout_taj_combined" file="sliding-result2.combined.dtajima.txt" />
72 <output name="fileout_windowed_combined" file="result2.combined.pi.txt" /> 71 <output name="fileout_windowed_combined" file="sliding-result2.combined.pi.txt" />
73 </test> 72 </test>
74 <test> 73 <test>
75 <param name="filein" value="sample.vcf" /> 74 <param name="filein" value="sample.vcf" />
76 <output name="fileout_snp" file="result.snpden" /> 75 <output name="fileout_snp" file="sliding-result.snpden" />
77 <output name="fileout_taj" file="result.Tajima.D" /> 76 <output name="fileout_taj" file="sliding-result.Tajima.D" />
78 <output name="fileout_tstv" file="result.TsTv" /> 77 <output name="fileout_tstv" file="sliding-result.TsTv" />
79 <output name="fileout_windowed" file="result.windowed.pi" /> 78 <output name="fileout_windowed" file="sliding-result.windowed.pi" />
80 </test> 79 </test>
81 </tests> 80 </tests>
82 81
83 <!-- [OPTIONAL] Help displayed in Galaxy --> 82 <!-- [OPTIONAL] Help displayed in Galaxy -->
84 <help> 83 <help>