Mercurial > repos > iuc > jasminesv
annotate jasminesv.xml @ 1:2b62154e39c8 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit 600a9e3c1d884e5cf106e4477c7b8223ef105cdb"
author | iuc |
---|---|
date | Thu, 29 Apr 2021 12:24:00 +0000 |
parents | 630e2929a131 |
children |
rev | line source |
---|---|
0
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
2 <tool id="jasminesv" name="JasmineSV" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
3 <description>Merge structural variants across samples</description> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
4 <macros> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
6 </macros> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
7 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
8 <expand macro="requirements"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
9 <expand macro="version_command"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
10 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
12 #if $dup_to_ins.dup_to_ins: |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
13 @REF_FASTA@ |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
14 #end if |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
15 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
16 jasmine |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
17 ## Optional params |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
18 'max_dist=${max_dist}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
19 #if float($max_dist_linear) != 0.0: |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
20 'max_dist_linear=${max_dist_linear}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
21 #end if |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
22 'min_dist=${min_dist}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
23 'kd_tree_norm=${kd_tree_norm}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
24 'min_seq_id=${min_seq_id}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
25 'k_jaccard=${k_jaccard}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
26 'max_dup_length=${max_dup_length}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
27 'min_support=${min_support}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
28 threads=\${GALAXY_SLOTS:-4} |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
29 'spec_reads=${spec_reads}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
30 'spec_len=${spec_len}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
31 #if $dup_to_ins.dup_to_ins: |
1
2b62154e39c8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit 600a9e3c1d884e5cf106e4477c7b8223ef105cdb"
iuc
parents:
0
diff
changeset
|
32 'genome_file=reference' |
0
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
33 #end if |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
34 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
35 ## Flags: |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
36 '${ignore_strand}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
37 '${ignore_type}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
38 #if $dup_to_ins.dup_to_ins: |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
39 '${dup_to_ins}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
40 #end if |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
41 '${mark_specific}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
42 '${pre_normalize}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
43 '${use_edit_dist}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
44 '${preprocess_only}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
45 '${postprocess_only}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
46 '${keep_var_ids}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
47 '${use_end}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
48 '${output_genotypes}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
49 '${ignore_merged_inputs}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
50 '${centroid_merging}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
51 '${clique_merging}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
52 '${allow_intrasample}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
53 '${normalize_type}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
54 '${leave_breakpoints}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
55 '${require_first_sample}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
56 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
57 '${normalize.normalize_chrs}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
58 #if $normalize.normalize_chrs and $normalize.chr_norm_file: |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
59 'chr_norm_file=${normalize.chr_norm_file}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
60 #end if |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
61 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
62 ## Required args |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
63 file_list='${vcffilelist}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
64 out_file='${out_vcf}' |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
65 ]]></command> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
66 <configfiles> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
67 <configfile name="vcffilelist"># |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
68 #for $vcf_file in $vcf_list: |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
69 ${vcf_file} |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
70 #end for |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
71 </configfile> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
72 </configfiles> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
73 <inputs> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
74 <!--TODO in future versions (?)- |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
75 add IrisSV support for post-processing. For now just make it accessible as a separate tool and allow users to run independently |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
76 --> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
77 <!-- |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
78 Input files |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
79 --> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
80 <param name="vcf_list" type="data" multiple="true" format="vcf" label="VCF file(s) to merge" help=""/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
81 <!-- |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
82 Params |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
83 --> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
84 <param argument="max_dist" type="integer" value="1000" min="0" label="The maximum distance variants can be apart when being merged" help="Setting both max_dist_linear and max_dist sets thresholds to minimum of max_dist and max_dist_linear * sv_length"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
85 <param argument="min_dist" type="integer" value="-1" min="-1" label="The minimum distance threshold a variant can have when using max_dist_linear" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
86 <param argument="max_dist_linear" type="float" value="0." min="0.0" label="Make max_dist this proportion of the length of each variant" help="Setting both max_dist_linear and max_dist sets thresholds to minimum of max_dist and max_dist_linear * sv_length"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
87 <param argument="kd_tree_norm" type="integer" value="2" min="1" label="The power to use in kd-tree distances (1 is Manhattan, 2 is Euclidean, etc.)" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
88 <param argument="min_seq_id" type="float" value="0." min="0." label="The minimum sequence identity for two insertions to be merged" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
89 <param argument="k_jaccard" type="integer" value="9" min="1" label="The kmer size to use when computing Jaccard similarity of insertions" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
90 <param argument="max_dup_length" type="integer" value="10000" min="0" label="The maximum length of duplication that can be converted to an insertion" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
91 <param argument="min_support" type="integer" value="1" min="1" label="The minimum number of callsets a variant must be in to be output" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
92 <param argument="spec_reads" type="integer" value="10" min="1" label="The minimum number of reads a variant needs to be in the specific callset" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
93 <param argument="spec_len" type="integer" value="30" min="1" label="The minimum length a variant needs to be in the specific callset" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
94 <!-- |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
95 Flags |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
96 --> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
97 <param argument="--ignore_strand" type="boolean" checked="false" truevalue="--ignore_strand" falsevalue="" label="Allow variants with different strands to be merged" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
98 <param argument="--ignore_type" type="boolean" checked="false" truevalue="--ignore_type" falsevalue="" label="Allow variants with different types to be merged" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
99 <conditional name="dup_to_ins"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
100 <param argument="--dup_to_ins" type="select" checked="false" label="Convert duplications to insertions for SV merging and then convert them back?" help="Requires reference genome" > |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
101 <option value="--dup_to_ins">Convert duplications to insertions for SV merging and then convert them back</option> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
102 <option value="" selected="true">Don't convert duplications to insertions for SV merging</option> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
103 </param> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
104 <when value="--dup_to_ins"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
105 <expand macro="reference"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
106 </when> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
107 <when value=""/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
108 </conditional> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
109 <param argument="--mark_specific" type="boolean" checked="false" truevalue="--mark_specific" falsevalue="" label="Mark calls in the original VCF files that have enough support to called specific" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
110 <param argument="--pre_normalize" type="boolean" checked="false" truevalue="--pre_normalize" falsevalue="" label="Run type normalization before merging" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
111 <param argument="--use_edit_dist" type="boolean" checked="false" truevalue="--use_edit_dist" falsevalue="" label="Use edit distance for comparing insertion sequences instead of Jaccard" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
112 <param argument="--preprocess_only" type="boolean" checked="false" truevalue="--preprocess_only" falsevalue="" label="Only run the preprocessing and not the actual merging or post-processing" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
113 <param argument="--postprocess_only" type="boolean" checked="false" truevalue="--postprocess_only" falsevalue="" label="Only run the postprocessing and not the actual merging or pre-processing" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
114 <param argument="--keep_var_ids" type="boolean" checked="false" truevalue="--keep_var_ids" falsevalue="" label="Don't change variant IDs (should only be used if input IDs are unique across samples)" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
115 <param argument="--use_end" type="boolean" checked="false" truevalue="--use_end" falsevalue="" label="Use the end coordinate as the second coordinate instead of the variant length" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
116 <param argument="--output_genotypes" type="boolean" checked="false" truevalue="--output_genotypes" falsevalue="" label="Print the genotypes of the consensus variants in all of the samples they came from" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
117 <param argument="--ignore_merged_inputs" type="boolean" checked="false" truevalue="--ignore_merged_inputs" falsevalue="" label="Ignore merging info such as support vectors which is already present in the inputs" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
118 <param argument="--centroid_merging" type="boolean" checked="false" truevalue="--centroid_merging" falsevalue="" label="Require every group to have a centroid which is within the distance threshold of each variant" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
119 <param argument="--clique_merging" type="boolean" checked="false" truevalue="--clique_merging" falsevalue="" label="Require every group to have each pair within in it be mergeable" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
120 <param argument="--allow_intrasample" type="boolean" checked="false" truevalue="--allow_intrasample" falsevalue="" label="Allow variants in the same sample to be merged" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
121 <param argument="--normalize_type" type="boolean" checked="false" truevalue="--normalize_type" falsevalue="" label="Convert all variants to INS/DEL/DUP/INV/TRA" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
122 <param argument="--leave_breakpoints" type="boolean" checked="false" truevalue="--leave_breakpoints" falsevalue="" label="Leave breakpoints as they are even if they are inconsistent" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
123 <param argument="--require_first_sample" type="boolean" checked="false" truevalue="--require_first_sample" falsevalue="" label="Only output merged variants which include a variant from the first sample" /> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
124 <conditional name="normalize"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
125 <param argument="--normalize_chrs" type="select" checked="false" label="Whether to normalize chromosome names" help="(to NCBI standards - without 'chr' - by default)"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
126 <option value="--normalize_chrs">Normalize chromosome names</option> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
127 <option value="" selected="true">Don't normalize chromosome names</option> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
128 </param> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
129 <when value="--normalize_chrs"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
130 <param name="chr_norm_file" type="data" format="txt,tsv" value="" label="A file containing chromosome name mappings" optional="true"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
131 </when> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
132 <when value=""/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
133 </conditional> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
134 </inputs> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
135 <outputs> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
136 <!-- standard --> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
137 <data name="out_vcf" format="vcf" label="${tool.name} on ${on_string}: Result"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
138 </outputs> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
139 <tests> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
140 <!-- #1 default --> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
141 <test expect_num_outputs="1"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
142 <param name="vcf_list" value="a.vcf,b.vcf" ftype="vcf"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
143 <output name="out_vcf" file="out1.vcf"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
144 </test> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
145 <test expect_num_outputs="1"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
146 <param name="vcf_list" value="c.vcf,d.vcf" ftype="vcf"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
147 <conditional name="normalize"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
148 <param name="normalize_chrs" value="--normalize_chrs"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
149 <param name="chr_norm_file" value="chr_norm_file.txt"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
150 </conditional> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
151 <output name="out_vcf" file="out1.vcf"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
152 </test> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
153 <test expect_num_outputs="1"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
154 <param name="vcf_list" value="a.vcf,b.vcf" ftype="vcf"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
155 <conditional name="dup_to_ins"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
156 <param name="dup_to_ins" value="--dup_to_ins"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
157 <conditional name="reference_source"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
158 <param name="reference_source_selector" value="history"/> |
1
2b62154e39c8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit 600a9e3c1d884e5cf106e4477c7b8223ef105cdb"
iuc
parents:
0
diff
changeset
|
159 <param name="ref_file" ftype="fasta.gz" value="genome.fa.gz"/> |
0
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
160 </conditional> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
161 </conditional> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
162 <output name="out_vcf" file="out1.vcf"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
163 </test> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
164 <test expect_num_outputs="1"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
165 <param name="vcf_list" value="a.vcf,b.vcf" ftype="vcf"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
166 <conditional name="dup_to_ins"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
167 <param name="dup_to_ins" value="--dup_to_ins"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
168 <conditional name="reference_source"> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
169 <param name="reference_source_selector" value="cached"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
170 <param name="ref_file" value="jasmine"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
171 </conditional> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
172 </conditional> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
173 <output name="out_vcf" file="out1.vcf"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
174 </test> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
175 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
176 </tests> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
177 <help><![CDATA[ |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
178 .. class:: infomark |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
179 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
180 **What it does** |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
181 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
182 @WID@ |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
183 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
184 **Input** |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
185 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
186 - Multiple VCF files to be merged |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
187 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
188 **Output** |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
189 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
190 - Merged Variants (VCF) |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
191 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
192 **References** |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
193 |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
194 @REFERENCES@ |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
195 ]]></help> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
196 <expand macro="citations"/> |
630e2929a131
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
iuc
parents:
diff
changeset
|
197 </tool> |
1
2b62154e39c8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit 600a9e3c1d884e5cf106e4477c7b8223ef105cdb"
iuc
parents:
0
diff
changeset
|
198 |