Mercurial > repos > tduigou > parameters_maystro_workflow_2
annotate maystro_workflow_2.xml @ 0:f80ed73f9f9a draft default tip
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
author | tduigou |
---|---|
date | Wed, 23 Jul 2025 09:40:00 +0000 |
parents | |
children |
rev | line source |
---|---|
0
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
1 <tool id="parameters_maystro_workflow_2" name="Workflow-2 Parameters Maystro" version="@TOOL_VERSION@" profile="21.09"> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
2 <description>Store parameters of workflow-2 to be used again</description> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
3 <macros> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">0.1.0</token> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
5 </macros> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
6 <command detect_errors="exit_code"><![CDATA[ |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
7 #if $user_json and str($user_json) != 'None': |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
8 cp '$user_json' '$output_json' |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
9 #else |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
10 python3 -c "import json; params = { |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
11 'DnaOptimizationProblemClass': '$DnaOptimizationProblemClass', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
12 'methylation_protection': '$methylation_protection', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
13 'allow_edits': '$allow_edits', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
14 'avoid_patterns': '$avoid_patterns', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
15 'hairpin_constraints': '$hairpin_constraints', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
16 'gc_constraints': '$gc_constraints', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
17 'kmer_size': '$kmer_size', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
18 'assembly_plan_name': '$assembly_plan_name', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
19 'topology': '$topology', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
20 'enzyme': '$enzyme', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
21 'execution': '$execution', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
22 'db_uri': '$db_uri', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
23 'table': '$table_name', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
24 'fragment_column': '$fragment_column', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
25 'sequence_column': '$sequence_column', |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
26 'annotation_column': '$annotation_column' |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
27 }; f = open('$output_json', 'w'); json.dump(params, f, indent=4); f.close()" && echo DEBG && cat '$output_json' |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
28 #end if |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
29 && echo DEBG && cat '$output_json' |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
30 ]]></command> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
31 <inputs> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
32 <param name="DnaOptimizationProblemClass" type="select" label="DnaOptimizationProblem Calss" help="select the assambly class"> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
33 <option value="DnaOptimizationProblem" selected="True">DnaOptimizationProblem</option> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
34 <option value="CircularDnaOptimizationProblem">CircularDnaOptimizationProblem</option> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
35 </param> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
36 <param name="avoid_patterns" type="text" area="true" optional="true" label="Avoid Patterns (one per line)" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
37 <param name="hairpin_constraints" type="text" area="true" label="Hairpins Constraints" optional="true" help="e.g. (you can add others Hairpins Constraints on a new line): stem_size=20, hairpin_window=200"/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
38 <param name="gc_constraints" type="text" area="true" label="Enforce GC Content Constraints" optional="true" help="e.g. (you can add others Enforce GC Content Constraints on a new line): mini=0.3, maxi=0.7, window=100"/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
39 <param name="kmer_size" type="integer" label="K-mer Uniqueness Size" value="" optional="true" help="e.g.: 15"/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
40 <param name="methylation_protection" type="boolean" checked="False" label="Enabel Methylation Protection"/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
41 <param name="allow_edits" type="boolean" checked="True" label="Allow Sequence Edits" help="If False, sequences cannot be edited by the domesticator, only extended |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
42 with flanks. If a sequence has for instance forbidden restriction sites, |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
43 the domesticaton will fail for this sequence (and this will be noted in |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
44 the report."/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
45 <param name="assembly_plan_name" type="select" label="Assembly Calss" help="select the assambly class"> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
46 <option value="Type2sRestrictionAssembly" selected="True">GoldenGate_assembly</option> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
47 <option value="GibsonAssembly">Gibson_assembly</option> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
48 <option value="BASICAssembly">BASIC_assembly</option> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
49 <option value="BioBrickStandardAssembly">biobrick_assembly</option> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
50 <option value="LigaseCyclingReactionAssembly">lcr_assembly</option> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
51 </param> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
52 <param name="topology" type="select" label="Assambly Topology" help="select circular or linear topology"> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
53 <option value="linear">linear</option> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
54 <option value="circular" selected="True">circular</option> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
55 </param> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
56 <param name="enzyme" type="text" label="Enzyme" value="auto"/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
57 <section name="DB" title="DB conf" expanded='true'> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
58 <param name="execution" type="boolean" label="Save To DB ?" checked ='false' optional="true" help="If True data will be saved in the DB" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
59 <param name="db_uri" type="text" optional="true" help='Only if Input Your Parameters As JSON is FALSE' /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
60 <param name="table_name" type="text" optional="true" help='table name in DB' /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
61 <param name="fragment_column" type="text" optional="true" help='Fragmnet column in DB' /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
62 <param name="sequence_column" type="text" optional="true" help='Sequence column in DB' /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
63 <param name="annotation_column" type="text" optional="true" help='Annotation column in DB' /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
64 <param name="user_json" type="data" format="json" optional="true" help='Only if Input Your Parameters As JSON is TRUE' /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
65 </section> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
66 </inputs> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
67 <outputs> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
68 <data name="output_json" format="json" label="Workflow-2 Parameters"/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
69 </outputs> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
70 <tests> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
71 <!--manual parameters set--> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
72 <test> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
73 <param name="DnaOptimizationProblemClass" value="DnaOptimizationProblem"/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
74 |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
75 <param name="avoid_patterns" value="BsaI_site |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
76 nNotI_site |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
77 nXbaI_site |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
78 nClaI_site |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
79 n8x1mer" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
80 <param name="hairpin_constraints" value='stem_size=20, hairpin_window=200'/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
81 <param name="gc_constraints" value="mini=0.3, maxi=0.7, window=100 |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
82 mini=0.1, maxi=0.9, window=100"/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
83 <param name="kmer_size" value="15" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
84 <param name="methylation_protection" value="true"/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
85 <param name="assembly_plan_name" value="Type2sRestrictionAssembly" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
86 <param name="topology" value='circular'/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
87 <param name="enzyme" value="auto"/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
88 <param name="execution" value="true" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
89 <param name="db_uri" value="postgresql://postgres:RK17@localhost:5432/test_fragments_db" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
90 <param name="table_name" value="sample" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
91 <param name="fragment_column" value="fragment" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
92 <param name="sequence_column" value="sequence" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
93 <param name="annotation_column" value="annotation" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
94 <output name="output_json"> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
95 <assert_contents> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
96 <has_n_lines n="18" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
97 </assert_contents> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
98 </output> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
99 </test> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
100 <!--JSON parameters set--> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
101 <test> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
102 <param name="user_json" value='test_json_workflow2.json'/> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
103 <output name="output_json"> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
104 <assert_contents> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
105 <has_n_lines n="18" /> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
106 </assert_contents> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
107 </output> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
108 </test> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
109 </tests> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
110 <help><![CDATA[ |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
111 Parameters Maystro for workflow-2 |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
112 ================================= |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
113 |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
114 Store and Generate a JSON file to be used as workflow-2 configuration. This JSON file can later be used as input to pass workflow-2 parameters |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
115 |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
116 ]]></help> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
117 <citations> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
118 <citation type="bibtex"> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
119 @unpublished{parameters_maystro_workflow_2 |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
120 author = {Ramiz Khaled}, |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
121 title = {{parameters_maystro_workflow_2}}, |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
122 url = {https://github.com/brsynth/}, |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
123 } |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
124 </citation> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
125 </citations> |
f80ed73f9f9a
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools/parameters_maystro commit db4ac861e1d03fcdfe94321d858839124e493930-dirty
tduigou
parents:
diff
changeset
|
126 </tool> |