Mercurial > repos > matnguyen > pathogist
comparison galaxy/tools/config_builder/config_builder.xml @ 4:727c0e52e64e draft
Fixed config builder tags
author | matnguyen |
---|---|
date | Tue, 05 Mar 2019 03:48:13 -0500 |
parents | 56f1b7f06222 |
children | 343bce47219b |
comparison
equal
deleted
inserted
replaced
3:56f1b7f06222 | 4:727c0e52e64e |
---|---|
15 #if snippy.snippy_adv.snippy_adv_checkbox | 15 #if snippy.snippy_adv.snippy_adv_checkbox |
16 --mapqual $snippy.mapqual | 16 --mapqual $snippy.mapqual |
17 --basequal $snippy.basequal | 17 --basequal $snippy.basequal |
18 --mincov $snippy.mincov | 18 --mincov $snippy.mincov |
19 --minfrac $snippy.minfrac | 19 --minfrac $snippy.minfrac |
20 #endif | 20 #end if |
21 $snippy.snp_fine | 21 $snippy.snp_fine |
22 --snp_thresh $snippy.snp_threshold | 22 --snp_thresh $snippy.snp_threshold |
23 #endif | 23 #end if |
24 | 24 |
25 #if mentalist.mentalist_checkbox | 25 #if mentalist.mentalist_checkbox |
26 --mentalist | 26 --mentalist |
27 #if mentalist.db_loc.db_selector == "local_file" | 27 #if mentalist.db_loc.db_selector == "local_file" |
28 --local_file | 28 --local_file |
29 --local_db $mentalist.mlst_database | 29 --local_db $mentalist.mlst_database |
30 #endif | 30 #end if |
31 #if mentalist.db_loc.db_selector == "build_db" | 31 #if mentalist.db_loc.db_selector == "build_db" |
32 --build_db | 32 --build_db |
33 --kmer $mentalist.k | 33 --kmer $mentalist.k |
34 --fasta_files $mentalist.fasta_files | 34 --fasta_files $mentalist.fasta_files |
35 --profile $mentalist.profile | 35 --profile $mentalist.profile |
36 #endif | 36 #end if |
37 #if mentalist.db_loc.db_selector == "download_pubmlst" | 37 #if mentalist.db_loc.db_selector == "download_pubmlst" |
38 --download_pubmlst | 38 --download_pubmlst |
39 --kmer $mentalist.k | 39 --kmer $mentalist.k |
40 --scheme $mentalist.scheme | 40 --scheme $mentalist.scheme |
41 #endif | 41 #end if |
42 #if mentalist.db_loc.db_selector == "download_cgmlst" | 42 #if mentalist.db_loc.db_selector == "download_cgmlst" |
43 --download_cgmlst | 43 --download_cgmlst |
44 --kmer $mentalist.k | 44 --kmer $mentalist.k |
45 --scheme $mentalist.scheme | 45 --scheme $mentalist.scheme |
46 #endif | 46 #end if |
47 #if mentalist.db_loc.db_selector == "download_enterobase" | 47 #if mentalist.db_loc.db_selector == "download_enterobase" |
48 --download_enterobase $mentalist.k | 48 --download_enterobase $mentalist.k |
49 --entero_scheme $mentalist.scheme | 49 --entero_scheme $mentalist.scheme |
50 --entero_type $mentalist.type | 50 --entero_type $mentalist.type |
51 #endif | 51 #end if |
52 #if mentalist.mentalist_adv.mentalist_adv_checkbox | 52 #if mentalist.mentalist_adv.mentalist_adv_checkbox |
53 --mutation_threshold $mentalist.mutation_thresh | 53 --mutation_threshold $mentalist.mutation_thresh |
54 --kt $mentalist.kt | 54 --kt $mentalist.kt |
55 #endif | 55 #end if |
56 $mentalist.mlst_fine | 56 $mentalist.mlst_fine |
57 --mlst_thresh $mentalist.mlst_threshold | 57 --mlst_thresh $mentalist.mlst_threshold |
58 #endif | 58 #end if |
59 | 59 |
60 #if prince.prince_checkbox | 60 #if prince.prince_checkbox |
61 --prince | 61 --prince |
62 $prince.cnv_fine | 62 $prince.cnv_fine |
63 --cnv_thresh $prince.cnv_threshold | 63 --cnv_thresh $prince.cnv_threshold |
64 #endif | 64 #end if |
65 | 65 |
66 #if kwip.kwip_checkbox | 66 #if kwip.kwip_checkbox |
67 --kwip | 67 --kwip |
68 #if kwip.kwip_adv.kwip_adv_checkbox | 68 #if kwip.kwip_adv.kwip_adv_checkbox |
69 --N $kwip.N | 69 --N $kwip.N |
70 --x $kwip.x | 70 --x $kwip.x |
71 --ksize $kwip.ksize | 71 --ksize $kwip.ksize |
72 --unique_kmers $kwip.unique_kmers | 72 --unique_kmers $kwip.unique_kmers |
73 #endif | 73 #end if |
74 $kwip.kwip_fine | 74 $kwip.kwip_fine |
75 --kwip_thresh $kwip.kwip_threshold | 75 --kwip_thresh $kwip.kwip_threshold |
76 #endif | 76 #end if |
77 | 77 |
78 #if spotyping.spotyping_checkbox | 78 #if spotyping.spotyping_checkbox |
79 --spotyping | 79 --spotyping |
80 $spotyping.spoligo_fine | 80 $spotyping.spoligo_fine |
81 --spoligo_thresh $spotyping.spoligo_threshold | 81 --spoligo_thresh $spotyping.spoligo_threshold |
82 #endif | 82 #end if |
83 | 83 |
84 #if adv_clustering.adv_clustering_checkbox | 84 #if adv_clustering.adv_clustering_checkbox |
85 $adv_clustering.all_constraints | 85 $adv_clustering.all_constraints |
86 --method $adv_clustering.method | 86 --method $adv_clustering.method |
87 $adv_clustering.presolve | 87 $adv_clustering.presolve |
88 $adv_clustering.visualize | 88 $adv_clustering.visualize |
89 #endif | 89 #end if |
90 | 90 |
91 blank_onfig.yaml | 91 blank_config.yaml |
92 $forward | 92 $forward |
93 $reverse | 93 $reverse |
94 config.yaml | 94 config.yaml |
95 ]]></command> | 95 ]]></command> |
96 | 96 |