Mercurial > repos > iuc > biscot
annotate biscot.xml @ 0:71aa0adb3226 draft default tip
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
| author | iuc |
|---|---|
| date | Fri, 06 Jan 2023 22:10:31 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
1 <tool id="biscot" name="BiSCoT" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
2 <description>Bionano scaffolding correction</description> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
3 <macros> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
5 </macros> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
8 biscot |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
9 --cmap-ref '${cmap_ref}' |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
10 --cmap-1 '${cmap_1}' |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
11 --xmap-1 '${xmap_1}' |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
12 --key $key |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
13 --contigs $contigs |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
14 #if $secondary_map.cmap_2 |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
15 --cmap-2 '${cmap_2}' |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
16 --xmap-2 '${xmap_2}' |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
17 #end if |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
18 #if $xmap_2enz |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
19 --xmap-2enz '${xmap_2enz}' |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
20 #end if |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
21 ## $aggressive # disabled due to dependency conflicts |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
22 $only_confirmed_pos |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
23 ]]> </command> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
24 <inputs> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
25 <param argument="--cmap-ref" type="data" format="cmap" label="Reference CMAP file" help="This file describes the positions of enzymatic labelling sites on the reference genome" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
26 <param argument="--cmap-1" type="data" format="cmap" label="Query CMAP file" help="This file describes the positions of enzymatic labelling sites on the contigs" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
27 <param argument="--xmap-1" type="data" format="xml,txt" label="XML configuration file" help="This file describes the alignments of contig labels on the anchor" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
28 <param argument="--contigs" type="data" format="fasta" label="Contigs file" help="Contigs file (FASTA) that was scaffolded by the Bionano scaffold" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
29 <param argument="--key" type="data" format="tabular" label="Bionano key file" help="Bionano key file giving the correspondance between maps and contigs" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
30 <section name="secondary_map" title="Secondary map"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
31 <param argument="--cmap-2" type="data" format="cmap" optional="true" label="Query CMAP file" help="This file describes the positions of enzymatic labelling sites on the contigs" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
32 <param argument="--xmap-2" type="data" format="xml,txt" optional="true" label="XML configuration file" help="This file describes the alignments of contig labels on the anchor" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
33 </section> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
34 <param argument="--xmap-2enz" type="data" format="xml,txt" optional="true" label="Two enzymes XML configuration file" help="This argument is used to provide the final XMAP file containing |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
35 the mappings of labels of both enzymes. This argument is useful (and recommended) to ensure that no mapping has been missed inside one of the individual XMAP file" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
36 <param argument="--aggressive" type="boolean" truevalue="--aggressive" falsevalue="" checked="false" |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
37 label="Enable BLAT phase" help=" enables the sequence similarity scaffolding. In a first phase, BiSCoT will search similarities between contigs based on label mappings. If this parameter is set, |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
38 BiSCoT will search for sequence similarity to close gaps created by the first step" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
39 <param argument="--only-confirmed-pos" type="boolean" truevalue="--only-confirmed-pos" falsevalue="" checked="false" |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
40 label="Only confirmed positions" help="To be retained, an alignment position in --xmap-1 or --xmap-2 has to be present in --xmap-2enz" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
41 <param name="log_file" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Generate log file" help="Log file can be helpful for debuggin purposes" /> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
42 </inputs> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
43 <outputs> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
44 <data name="log" format="txt" from_work_dir="biscot/biscot.log" label="${tool.name} on ${on_string}: log file"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
45 <filter>log_file</filter> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
46 </data> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
47 <data name="fasta" format="fasta" from_work_dir="biscot/scaffolds.fasta" label="${tool.name} on ${on_string}: scaffolds (FASTA)"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
48 <data name="agp" format="agp" from_work_dir="biscot/scaffolds.agp" label="${tool.name} on ${on_string}: scaffolds (AGP)"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
49 </outputs> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
50 <tests> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
51 <test expect_num_outputs="3"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
52 <param name="cmap_ref" value="reference_cmap_file.cmap"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
53 <param name="cmap_1" value="query_cmap_file.cmap"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
54 <param name="xmap_1" value="xml_configuration_file.xmap"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
55 <param name="contigs" value="small.fasta.gz"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
56 <param name="key" value="bionano_key_file.txt"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
57 <param name="log_file" value="true"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
58 <output name="log"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
59 <assert_contents> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
60 <has_text text="Final AGP and scaffolds file are in biscot/scaffolds.agp and biscot/scaffolds.fasta"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
61 <has_text text="Converting agp file to fasta"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
62 <has_n_lines n="13"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
63 </assert_contents> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
64 </output> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
65 <output name="fasta"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
66 <assert_contents> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
67 <has_text text="Super-Scaffold_1"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
68 <has_text text="TCATCGGTTAAATCATCGCCCAGAAATACGGGCGT"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
69 <has_size value="2097147"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
70 </assert_contents> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
71 </output> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
72 <output name="agp"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
73 <assert_contents> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
74 <has_text text="Super-Scaffold_1"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
75 <has_text text="4753350"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
76 <has_n_lines n="3"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
77 </assert_contents> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
78 </output> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
79 </test> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
80 <test expect_num_outputs="2"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
81 <param name="cmap_ref" value="reference_cmap_file.cmap"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
82 <param name="cmap_1" value="query_cmap_file.cmap"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
83 <param name="xmap_1" value="xml_configuration_file.xmap"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
84 <param name="contigs" value="small.fasta.gz"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
85 <param name="key" value="bionano_key_file.txt"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
86 <param name="xmap_2enz" value="xml_configuration_file.xmap"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
87 <param name="aggressive" value="true"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
88 <param name="only_confirmed_pos" value="true"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
89 <section name="secondary_map"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
90 <param name="cmap_2" value="query_cmap_file.cmap"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
91 <param name="xmap_2" value="xml_configuration_file.xmap"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
92 </section> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
93 <output name="fasta"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
94 <assert_contents> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
95 <has_text text="Super-Scaffold_1"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
96 <has_text text="TCATCGGTTAAATCATCGCCCAGAAATACGGGCGT"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
97 <has_size value="2097147"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
98 </assert_contents> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
99 </output> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
100 <output name="agp"> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
101 <assert_contents> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
102 <has_text text="Super-Scaffold_1"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
103 <has_text text="4753350"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
104 <has_n_lines n="3"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
105 </assert_contents> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
106 </output> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
107 </test> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
108 </tests> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
109 <help><![CDATA[ |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
110 |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
111 .. class:: infomark |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
112 |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
113 **Purpose** |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
114 |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
115 BiSCoT is a tool that examinates data generated during a previous Bionano scaffolding and merges contigs separated by a 13-Ns gap if needed. BiSCoT also re-evaluates gap sizes and searches for an |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
116 alignment between two contigs if the gap size is inferior to 1,000 nucleotides. BiSCoT is therefore not a traditional scaffolder since it can only be used to improve an existing scaffolding, based |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
117 on an optical map. |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
118 |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
119 ----- |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
120 |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
121 .. class:: infomark |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
122 |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
123 **Required files** |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
124 |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
125 During the scaffolding, the Bionano generates a visual representation of the hybrid scaffolds that is called an *anchor*. It also generates one *.key* file, which describes the mapping between map |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
126 identifiers and contig names, several CMAP files, which contain the position of enzymatic labelling sites on contig maps and on the anchor, and a XMAP file, that describes the alignment between a contig map |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
127 and an anchor. BiSCoT first loads the contigs into memory based on the key file. Then, the anchor CMAP file and contig CMAP files are loaded into memory. Finally, the XMAP file is parsed and loaded. |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
128 |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
129 ]]> </help> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
130 <expand macro="citations"/> |
|
71aa0adb3226
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
131 </tool> |
