Mercurial > repos > iuc > salsa
annotate salsa2.xml @ 2:ab5b7f6b7198 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
author | iuc |
---|---|
date | Thu, 23 Sep 2021 19:36:12 +0000 |
parents | ba7b0f11e470 |
children | f77f7a7f3b83 |
rev | line source |
---|---|
0
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
1 <tool id="salsa" name="SALSA" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
2 <description>scaffold long read assemblies with Hi-C</description> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
3 <xrefs> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
4 <xref type="bio.tools">SALSA</xref> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
5 </xrefs> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
6 <macros> |
1
ba7b0f11e470
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 768ca0e7416c7941de16afb18be88fb35bf8a0b7"
iuc
parents:
0
diff
changeset
|
7 <token name="@TOOL_VERSION@">2.3</token> |
2
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
8 <token name="@VERSION_SUFFIX@">1</token> |
0
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
9 </macros> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
10 <requirements> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
11 <requirement type="package" version="@TOOL_VERSION@">salsa2</requirement> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
12 <requirement type="package" version="1.11">samtools</requirement> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
13 </requirements> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
14 <command detect_errors="exit_code"><![CDATA[ |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
15 ln -s '$fasta_in' input.fasta && |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
16 samtools faidx input.fasta && |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
17 |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
18 run_pipeline.py |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
19 -a '$fasta_in' |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
20 -l input.fasta.fai |
2
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
21 #if $enzyme_conditional.enzyme_options == 'preconfigured': |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
22 #if $enzyme_conditional.preconfigured_enzymes == 'dovetail' |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
23 -e 'GATC' |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
24 #else if $enzyme_conditional.preconfigured_enzymes == 'arima1' |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
25 -e 'GATC,GANTC' |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
26 #else |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
27 -e 'GATC,GANTC,CTNAG,TTAA' |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
28 #end if |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
29 #else: |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
30 -e '${enzyme_conditional.manual_enzyme}' |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
31 #end if |
0
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
32 -b '$bed_file' |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
33 #if str($cutoff): |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
34 -c '$cutoff' |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
35 #end if |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
36 #if $gfa_file: |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
37 -g '$gfa_file' |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
38 #end if |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
39 #if $iter: |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
40 -i '$iter' |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
41 #end if |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
42 -o ./out |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
43 ]]></command> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
44 <inputs> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
45 <param name="fasta_in" type="data" format="fasta" label="Initial assembly file" help="Headers must not contain ':'."/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
46 <param name="bed_file" type="data" format="bed" label="Bed alignment" help="Sorted by read names"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
47 <param name="cutoff" argument="-c" type="integer" min="1" label="Cutoff" optional="true" help="Minimum contig length to scaffold."/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
48 <param name="gfa_file" argument="-g" type="data" format="gfa1,gfa2" optional="true" label="Sequence graphs" help="Sequence graphs encoded in GFA format."/> |
2
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
49 <conditional name="enzyme_conditional"> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
50 <param name="enzyme_options" type="select" label="Enzyme selection" help="TODO"> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
51 <option value="preconfigured">Preconfigured restriction enzymes</option> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
52 <option value="specific">Enter a specific sequence</option> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
53 </param> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
54 <when value="preconfigured"> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
55 <param name="preconfigured_enzymes" type="select" multiple="true" label="Preconfigured enzymes"> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
56 <option value="dovetail">Dovetail Chicago, Dovetail Hi-C or Phase: GATC</option> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
57 <option value="arima1">Arima Hi-C 1.0: GATC, GANTC</option> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
58 <option value="arima2">Arima Hi-C 2.0: GATC, GANTC, CTNAG, TTAA</option> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
59 </param> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
60 </when> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
61 <when value="specific"> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
62 <param name="manual_enzyme" argument="-e" type="text" label="Restriction enzyme sequence(s)" |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
63 help="Restriction enzyme sequence. If multiple were used, include all as a comma separated list without spaces (ex. 'GATC,AAGCTT')."> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
64 <validator type="expression" message="Only alphabetical letters and the comma can be used in to define restriction enzym sequences.">value.replace(',', '').isalpha()</validator> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
65 </param> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
66 </when> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
67 </conditional> |
0
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
68 <param name="iter" argument="-i" type="integer" min="0" label="Iterations" optional="true" help="Number of iterations to run"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
69 </inputs> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
70 <outputs> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
71 <data name="scaffolds_fasta" format="fasta" from_work_dir="out/scaffolds_FINAL.fasta" label="${tool.name} on ${on_string}: FASTA assembly"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
72 <data name="scaffolds_agp" format="tabular" from_work_dir="out/scaffolds_FINAL.agp" label="${tool.name} on ${on_string}: agp output"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
73 </outputs> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
74 <tests> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
75 <test> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
76 <param name="fasta_in" value="test.fasta"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
77 <param name="length" value="test.fai"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
78 <param name="bed_file" value="test.bed"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
79 <param name="gfa_file" value="test.gfa1"/> |
2
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
80 <conditional name="enzyme_conditional"> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
81 <param name="enzyme_options" value="specific"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
82 <param name="manual_enzyme" value="GATC,GANTC"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
83 </conditional> |
0
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
84 <param name="enzyme" value="GATC,GANTC"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
85 <param name="cutoff" value="1000"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
86 <param name="iter" value="3"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
87 <output name="scaffolds_fasta" file="out.fasta"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
88 <output name="scaffolds_agp" file="out.agp"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
89 </test> |
2
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
90 <!--Test manual enzyme--> |
0
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
91 <test> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
92 <param name="fasta_in" value="test.fasta"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
93 <param name="bed_file" value="test.bed"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
94 <param name="gfa_file" value="test.gfa1"/> |
2
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
95 <conditional name="enzyme_conditional"> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
96 <param name="enzyme_options" value="specific"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
97 <param name="manual_enzyme" value="GATC,GANTC"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
98 </conditional> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
99 <param name="cutoff" value="1000"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
100 <param name="iter" value="3"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
101 <output name="scaffolds_fasta" file="out.fasta"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
102 <output name="scaffolds_agp" file="out.agp"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
103 </test> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
104 <!--Test predefined enzyme--> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
105 <test> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
106 <param name="fasta_in" value="test.fasta"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
107 <param name="bed_file" value="test.bed"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
108 <param name="gfa_file" value="test.gfa1"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
109 <conditional name="enzyme_conditional"> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
110 <param name="enzyme_options" value="preconfigured"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
111 <param name="preconfigured_enzymes" value="arima1"/> |
ab5b7f6b7198
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 59c5c8edd0c2080d7685e312fee19de1da75097e"
iuc
parents:
1
diff
changeset
|
112 </conditional> |
0
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
113 <param name="cutoff" value="1000"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
114 <param name="iter" value="3"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
115 <output name="scaffolds_fasta" file="out.fasta"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
116 <output name="scaffolds_agp" file="out.agp"/> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
117 </test> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
118 </tests> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
119 <help><![CDATA[ |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
120 **What is does** |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
121 |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
122 SALSA (Simple AssembLy ScAffolder) is a scaffolding tool based on a computational method that exploits the genomic proximity |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
123 information in Hi-C data sets for long range scaffolding of de novo genome assemblies. |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
124 |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
125 ]]></help> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
126 <citations> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
127 <citation type="doi">10.1101/261149</citation> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
128 <citation type="doi">10.1186/s12864-017-3879-z</citation> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
129 </citations> |
575b4d5bd444
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 67cd735c6709a56ad1c4d65cd84e38fccd59603b"
iuc
parents:
diff
changeset
|
130 </tool> |