Mercurial > repos > iuc > biscot
annotate biscot.xml @ 0:ef4b5ce71745 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:44 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
ef4b5ce71745
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"> |
|
ef4b5ce71745
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> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
3 <macros> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
5 </macros> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
ef4b5ce71745
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[ |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
8 biscot |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
9 --cmap-ref '${cmap_ref}' |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
10 --cmap-1 '${cmap_1}' |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
11 --xmap-1 '${xmap_1}' |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
12 --key $key |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
13 --contigs $contigs |
|
ef4b5ce71745
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 |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
15 --cmap-2 '${cmap_2}' |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
16 --xmap-2 '${xmap_2}' |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
17 #end if |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
18 #if $xmap_2enz |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
19 --xmap-2enz '${xmap_2enz}' |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
20 #end if |
|
ef4b5ce71745
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 |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
22 $only_confirmed_pos |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
23 ]]> </command> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
24 <inputs> |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
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"> |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
33 </section> |
|
ef4b5ce71745
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 |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
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" |
|
ef4b5ce71745
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, |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
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" |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
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" /> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
42 </inputs> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
43 <outputs> |
|
ef4b5ce71745
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"> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
45 <filter>log_file</filter> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
46 </data> |
|
ef4b5ce71745
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)"/> |
|
ef4b5ce71745
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)"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
49 </outputs> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
50 <tests> |
|
ef4b5ce71745
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"> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
58 <output name="log"> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
59 <assert_contents> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
63 </assert_contents> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
64 </output> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
65 <output name="fasta"> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
66 <assert_contents> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
68 <has_text text="TCATCGGTTAAATCATCGCCCAGAAATACGGGCGT"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
69 <has_size value="2097147"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
70 </assert_contents> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
71 </output> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
72 <output name="agp"> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
73 <assert_contents> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
75 <has_text text="4753350"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
77 </assert_contents> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
78 </output> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
79 </test> |
|
ef4b5ce71745
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"> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
89 <section name="secondary_map"> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
92 </section> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
93 <output name="fasta"> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
94 <assert_contents> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
96 <has_text text="TCATCGGTTAAATCATCGCCCAGAAATACGGGCGT"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
97 <has_size value="2097147"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
98 </assert_contents> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
99 </output> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
100 <output name="agp"> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
101 <assert_contents> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
103 <has_text text="4753350"/> |
|
ef4b5ce71745
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"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
105 </assert_contents> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
106 </output> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
107 </test> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
108 </tests> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
109 <help><![CDATA[ |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
110 |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
111 .. class:: infomark |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
112 |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
113 **Purpose** |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
114 |
|
ef4b5ce71745
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 |
|
ef4b5ce71745
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 |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
117 on an optical map. |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
118 |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
119 ----- |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
120 |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
121 .. class:: infomark |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
122 |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
123 **Required files** |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
124 |
|
ef4b5ce71745
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 |
|
ef4b5ce71745
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 |
|
ef4b5ce71745
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. |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
128 |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
129 ]]> </help> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
130 <expand macro="citations"/> |
|
ef4b5ce71745
planemo upload for repository https://github.com/bgruening/iuc/tree/master/tools/biscot commit cce7b9b092030d3bb23a706ca3bf2dece9c20b5f
iuc
parents:
diff
changeset
|
131 </tool> |
