Mercurial > repos > iuc > minimap2
annotate minimap2.xml @ 14:09b53c1d4ab1 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 219f9463094519d9a97c3dfb93f0e1a2233c0243"
author | iuc |
---|---|
date | Fri, 25 Jun 2021 17:45:36 +0000 |
parents | 1f06dccdc5d1 |
children | 7db8d4bc1eea |
rev | line source |
---|---|
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
2 <tool id="minimap2" name="Map with minimap2" version="@TOOL_VERSION@+@GALAXY_TOOL_VERSION@" profile="20.01"> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
3 <description>A fast pairwise aligner for genomic and spliced nucleotide sequences</description> |
5
17e61517c166
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 31d0c015b36d7aa93f586c566ceeac56324863ad
iuc
parents:
4
diff
changeset
|
4 <macros> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
5 <import>macros.xml</import> |
5
17e61517c166
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 31d0c015b36d7aa93f586c566ceeac56324863ad
iuc
parents:
4
diff
changeset
|
6 </macros> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
7 <expand macro="edam_ontology"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
8 <expand macro="requirements"/> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
9 <stdio> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
10 <exit_code range="1:" level="fatal" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
11 <regex match="\[ERROR\]" source="stderr" level="fatal" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
12 </stdio> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
13 <version_command>minimap2 --version</version_command> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
14 <command> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
15 <![CDATA[ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
16 #if $reference_source.reference_source_selector == 'history': |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
17 ln -f -s '$reference_source.ref_file' reference.fa && |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
18 #else: |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
19 ln -f -s '$reference_source.ref_file.fields.path' reference.fa && |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
20 #end if |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
21 minimap2 |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
22 #if str($fastq_input.analysis_type_selector) == 'self-homology': |
7
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
23 -DP -k19 -w19 -m200 |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
24 #elif $fastq_input.analysis_type_selector: |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
25 -x ${fastq_input.analysis_type_selector} |
7
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
26 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
27 |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
28 ## indexing options |
5
17e61517c166
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 31d0c015b36d7aa93f586c566ceeac56324863ad
iuc
parents:
4
diff
changeset
|
29 $indexing_options.H |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
30 #if str($indexing_options.k): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
31 -k $indexing_options.k |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
32 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
33 #if str($indexing_options.w): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
34 -w $indexing_options.w |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
35 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
36 #if str($indexing_options.I): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
37 -I $indexing_options.I |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
38 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
39 |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
40 ## Mapping options |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
41 #if str($mapping_options.f): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
42 -f $mapping_options.f |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
43 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
44 #if str($mapping_options.min_occ_floor): |
10
77b2770508f6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit d7c1c96bd5297839271cf69ad2129a0f47a29b89"
iuc
parents:
9
diff
changeset
|
45 --min-occ-floor $mapping_options.min_occ_floor |
5
17e61517c166
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 31d0c015b36d7aa93f586c566ceeac56324863ad
iuc
parents:
4
diff
changeset
|
46 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
47 #if str($mapping_options.g): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
48 -g $mapping_options.g |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
49 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
50 #if str($mapping_options.r): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
51 -r $mapping_options.r |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
52 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
53 #if str($mapping_options.n): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
54 -n $mapping_options.n |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
55 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
56 #if str($mapping_options.m): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
57 -m $mapping_options.m |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
58 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
59 #if str($mapping_options.max_chain_skip): |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
60 --max-chain-skip $mapping_options.max_chain_skip |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
61 #end if |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
62 #if str($mapping_options.max_chain_iter): |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
63 --max-chain-iter $mapping_options.max_chain_iter |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
64 #end if |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
65 $mapping_options.X |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
66 #if str($mapping_options.p): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
67 -p $mapping_options.p |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
68 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
69 #if str($mapping_options.N): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
70 -N $mapping_options.N |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
71 #end if |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
72 #if str($mapping_options.mask_len): |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
73 --mask-len $mapping_options.mask_len |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
74 #end if |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
75 #if str($mapping_options.kmer_ocurrence_interval.interval): |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
76 -U $mapping_options.kmer_ocurrence_interval.lower_limit,$mapping_options.kmer_ocurrence_interval.upper_limit |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
77 #end if |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
78 ## Alignment options |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
79 #if str($alignment_options.splicing.splice_mode) == '--splice': |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
80 --frag=no --splice |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
81 #if str($alignment_options.splicing.G): |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
82 -G $alignment_options.splicing.G |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
83 #end if |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
84 #if str($alignment_options.splicing.C): |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
85 -C $alignment_options.splicing.C |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
86 #end if |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
87 #if $alignment_options.splicing.u: |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
88 -u $alignment_options.splicing.u |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
89 #end if |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
90 $alignment_options.splicing.splice_flank |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
91 #if str($alignment_options.splicing.splice_site_annotations.use_annotations) == 'yes': |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
92 --junc-bed '$alignment_options.splicing.splice_site_annotations.junc_bed' |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
93 --junc-bonus $alignment_options.splicing.splice_site_annotations.junc_bonus |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
94 #end if |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
95 #elif str($mapping_options.F) and 'splice' not in str($fastq_input.analysis_type_selector): |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
96 --frag=yes -F $mapping_options.F |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
97 #end if |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
98 #if str($alignment_options.A): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
99 -A $alignment_options.A |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
100 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
101 #if str($alignment_options.B): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
102 -B $alignment_options.B |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
103 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
104 #if str($alignment_options.O): |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
105 #if str($alignment_options.O2): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
106 -O $alignment_options.O,$alignment_options.O2 |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
107 #else |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
108 -O $alignment_options.O |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
109 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
110 #end if |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
111 #if str($alignment_options.E): |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
112 #if str($alignment_options.E2): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
113 -E $alignment_options.E,$alignment_options.E2 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
114 #else |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
115 -E $alignment_options.E |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
116 #end if |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
117 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
118 #if str($alignment_options.z): |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
119 #if str($alignment_options.z2): |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
120 -z $alignment_options.z,$alignment_options.z2 |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
121 #else |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
122 -z $alignment_options.z |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
123 #end if |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
124 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
125 #if str($alignment_options.s): |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
126 -s $alignment_options.s |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
127 #end if |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
128 $alignment_options.no_end_flt |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
129 ## Output options |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
130 $io_options.Q |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
131 $io_options.L |
8
53c0b7a1a0c3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 4f9072805884196ffdc9ad1df93ecce08b7f08ba"
iuc
parents:
7
diff
changeset
|
132 $io_options.c |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
133 #if $io_options.cs: |
14
09b53c1d4ab1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 219f9463094519d9a97c3dfb93f0e1a2233c0243"
iuc
parents:
13
diff
changeset
|
134 --cs=$io_options.cs |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
135 #end if |
3
1650a97189be
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 1672eb3642d19c8502322115b86846297cd5a6b0
iuc
parents:
2
diff
changeset
|
136 $io_options.Y |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
137 #if $io_options.K: |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
138 -K $io_options.K |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
139 #end if |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
140 -t \${GALAXY_SLOTS:-4} |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
141 reference.fa |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
142 #if $fastq_input.fastq_input_selector in ['single', 'paired_iv']: |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
143 '$fastq_input.fastq_input1' |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
144 #else if $fastq_input.fastq_input_selector == 'paired': |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
145 '$fastq_input.fastq_input1' '$fastq_input.fastq_input2' |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
146 #else if $fastq_input.fastq_input_selector == 'paired_collection': |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
147 '$fastq_input.fastq_input1.forward' '$fastq_input.fastq_input1.reverse' |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
148 #end if |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
149 #if str($io_options.output_format) in ('BAM', 'CRAM'): |
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
150 -a | samtools view --no-PG -hT reference.fa |
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
151 #end if |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
152 #if $io_options.output_format == 'BAM': |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
153 | samtools sort |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
154 -@\${GALAXY_SLOTS:-2} |
7
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
155 -T "\${TMPDIR:-.}" |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
156 -O $io_options.output_format |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
157 -o '$alignment_output' |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
158 #else if $io_options.output_format == 'CRAM': |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
159 | samtools sort |
7
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
160 -T "\${TMPDIR:-.}" |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
161 -@\${GALAXY_SLOTS:-2} |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
162 -O $io_options.output_format |
5
17e61517c166
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 31d0c015b36d7aa93f586c566ceeac56324863ad
iuc
parents:
4
diff
changeset
|
163 $io_options.eqx |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
164 --reference reference.fa |
2
4070f129540a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 79e4c4d7182a4d3f7b6d9a7e444a2bb34be588c0
iuc
parents:
1
diff
changeset
|
165 --output-fmt-option no_ref |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
166 -o '$alignment_output' |
11
f54f5baedfdd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 9eebe4bec24764deefcf7005abd588be29f4594f"
iuc
parents:
10
diff
changeset
|
167 #else: |
f54f5baedfdd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 9eebe4bec24764deefcf7005abd588be29f4594f"
iuc
parents:
10
diff
changeset
|
168 > '$alignment_output' |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
169 #end if |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
170 ]]> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
171 </command> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
172 <inputs> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
173 <conditional name="reference_source"> |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
174 <param name="reference_source_selector" type="select" label="Will you select a reference genome from your history or use a built-in index?" help="Built-ins were indexed using default options. See `Indexes` section of help below. If you would like to perform self-mapping select `history` here, then choose your input file as reference."> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
175 <option value="cached">Use a built-in genome index</option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
176 <option value="history">Use a genome from history and build index</option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
177 </param> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
178 <when value="cached"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
179 <param name="ref_file" type="select" label="Using reference genome" help="Select genome from the list"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
180 <options from_data_table="all_fasta"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
181 <filter type="sort_by" column="2" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
182 <validator type="no_options" message="No reference genomes are available" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
183 </options> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
184 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
185 </param> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
186 </when> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
187 <when value="history"> |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
188 <param name="ref_file" type="data" format="fasta,fastq" label="Use the following dataset as the reference sequence" help="You can upload a FASTA or FASTQ sequence to the history and use it as reference" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
189 </when> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
190 </conditional> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
191 <!-- start unchanged copy from bwa-mem --> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
192 <conditional name="fastq_input"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
193 <param name="fastq_input_selector" type="select" label="Single or Paired-end reads" help="Select between paired and single end data"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
194 <option value="single">Single</option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
195 <option value="paired">Paired</option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
196 <option value="paired_collection">Paired Collection</option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
197 <option value="paired_iv">Paired Interleaved</option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
198 </param> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
199 <!-- below, preset options are only offered for single-end input |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
200 because paired-end alignment in minimap2 is only enabled with -x sr |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
201 (see https://github.com/lh3/minimap2/issues/190) --> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
202 <when value="single"> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
203 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz,fasta" label="Select fastq dataset" help="Specify dataset with single reads"/> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
204 <param name="analysis_type_selector" type="select" optional="True" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
205 label="Select a profile of preset options" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
206 help="Each profile comes with the preconfigured settings mentioned in parentheses. You can customize each profile further in the indexing, mapping and alignment options sections below. If you do not select a profile here, the tool will use the per-parameter defaults listed in the below sections unless you customize them." > |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
207 <option value="map-pb">PacBio/Oxford Nanopore read to reference mapping (-Hk19) (map-pb)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
208 <option value="map-ont">Oxford Nanopore read to reference mapping. Slightly more sensitive for Oxford Nanopore to reference mapping (-k15). For PacBio reads, HPC minimizers consistently leads to faster performance and more sensitive results in comparison to normal minimizers. For Oxford Nanopore data, normal minimizers are better, though not much. The effectiveness of HPC is determined by the sequencing error mode. (map-ont)</option> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
209 <option value="map-hifi">PacBio HiFi reads vs reference mapping (-k19 -w19 -U50,500 -g10k -A1 -B4 -O6,26 -E2,1 -s200 ) (map-hifi)</option> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
210 <option value="ava-pb">PacBio all-vs-all overlap mapping (-Hk19 -Xw5 -m100 -g10000 --max-chain-skip 25) (ava-pb)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
211 <option value="ava-ont">Oxford Nanopore all-vs-all overlap mapping (-k15 -Xw5 -m100 -g10000 -r2000 --max-chain-skip 25). Similarly, the major difference from ava-pb is that this preset is not using HPC minimizers. (ava-ont)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
212 <option value="asm5">Long assembly to reference mapping (-k19 -w19 -A1 -B19 -O39,81 -E3,1 -s200 -z200 --min-occ-floor=100). Typically, the alignment will not extend to regions with 5% or higher sequence divergence. Only use this preset if the average divergence is far below 5%. (asm5)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
213 <option value="asm10">Long assembly to reference mapping (-k19 -w19 -A1 -B9 -O16,41 -E2,1 -s200 -z200 --min-occ-floor=100). Up to 10% sequence divergence. (asm10)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
214 <option value="asm20">Long assembly to reference mapping (-k19 -w10 -A1 -B6 -O6,26 -E2,1 -s200 -z200 --min-occ-floor=100). Up to 20% sequence divergence. (asm20)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
215 <option value="splice">Long-read spliced alignment (-k15 -w5 --splice -g2000 -G200k -A1 -B2 -O2,32 -E1,0 -C9 -z200 -ub --splice-flank=yes). In the splice mode, 1) long deletions are taken as introns and represented as the `N' CIGAR operator 2) long insertions are disabled 3) deletion and insertion gap costs are different during chaining 4) the computation of the `ms` tag ignores introns to demote hits to pseudogenes. (splice)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
216 <option value="splice:hq">Long-read splice alignment for PacBio CCS reads (same as `splice` but with -C5 -O6,24 -B4) (splice:hq)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
217 <option value="sr">Short single-end reads without splicing (-k21 -w11 --sr -A2 -B8 -O12,32 -E2,1 -r50 -p.5 -N20 -f1000,5000 -n2 -m20 -s40 -g200 -2K50m --heap-sort=yes --secondary=no) (sr)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
218 <option value="self-homology">Construct a self-homology map - use same genome as query and reference (-DP -k19 -w19 -m200) (self-homology)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
219 </param> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
220 </when> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
221 <when value="paired"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
222 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz,fasta" label="Select first set of reads" help="Specify dataset with forward reads"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
223 <param name="fastq_input2" type="data" format="fastqsanger,fastqsanger.gz,fasta" label="Select second set of reads" help="Specify dataset with reverse reads"/> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
224 <expand macro="pe_anaylsis_fixed_selector" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
225 </when> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
226 <when value="paired_collection"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
227 <param name="fastq_input1" format="fastqsanger,fastqsanger.gz,fasta" type="data_collection" collection_type="paired" label="Select a paired collection" help="See help section for an explanation of dataset collections"/> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
228 <expand macro="pe_anaylsis_fixed_selector" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
229 </when> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
230 <when value="paired_iv"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
231 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz,fasta" label="Select fastq dataset" help="Specify dataset with interleaved reads"/> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
232 <expand macro="pe_anaylsis_fixed_selector" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
233 </when> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
234 </conditional> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
235 <section name="indexing_options" title="Indexing options"> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
236 <param argument="-H" name="H" type="boolean" optional="true" truevalue="-H" falsevalue="" label="Use homopolymer-compressed k-mer ?"/> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
237 <param argument="-k" type="integer" min="4" max="28" optional="true" label="K-mer size" help=""/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
238 <param argument="-w" type="integer" min="1" optional="true" label="Minimizer window size" help=""/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
239 <param argument="-I" type="integer" min="1" optional="true" label="Split index for every N input gigabases" help=""/> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
240 </section> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
241 <section name="mapping_options" title="Mapping options" help="Sets -f, -g, -F, -r, -n, -m, -X, -p, -N and --min-occ-floor options." expanded="False"> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
242 <param argument="-N" type="integer" min="0" optional="true" label="Retain at most INT secondary alignments" help="default=5"/> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
243 <param argument="-F" type="integer" min="0" value="" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
244 label="Max fragment length for PE alignment" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
245 help="The maximum apparent fragment length up to which paired-end reads are aligned together; at higher fragment lengths the mates will be aligned independent of each other; effective only for paired-end data and when spliced alignment mode is turned off; default=800" /> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
246 <param argument="-f" type="float" value="" optional="true" label="Filter out top FLOAT fraction of repetitive minimizers" help="default=0.0002"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
247 <conditional name="kmer_ocurrence_interval"> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
248 <param name="interval" argument="-U" type="select" label="Specify an interval of k-mer occurrences" help="Allows to specify an interval of k-mer occurrences with -U. For repeat-rich genomes, the automatic k-mer occurrence threshold determined by -f may be too large and makes alignment impractically slow. The new option protects against such cases. Enabled for asm* and map-hifi."> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
249 <option value="enabled">Enabled</option> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
250 <option value="" selected="true">Disabled</option> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
251 </param> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
252 <when value="enabled"> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
253 <param name="lower_limit" type="integer" min="0" max="10000" value="" label="K-mer ocurrence lower limit"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
254 <param name="upper_limit" type="integer" min="0" max="10000" value="" label="K-mer ocurrence upper limit"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
255 </when> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
256 <when value=""> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
257 </when> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
258 </conditional> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
259 <param argument="--min-occ-floor" name="min_occ_floor" type="integer" label="Force minimap2 to always use k-mers occuring this many times or fewer" help="Maximum occurence is the number of repetitive minimizers determined by '-f' or this value, whichever is higher." optional="true" /> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
260 <param argument="-g" type="integer" value="" optional="true" label="Stop chain enlongation if there are no minimizers in INT-bp" help="default=5000"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
261 <param argument="-r" type="integer" value="" optional="true" label="Bandwidth used in chaining and DP-based alignment" help="default=500" /> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
262 <param argument="-n" type="integer" value="" optional="true" label="Minimal number of minimizers on a chain" help="default=3"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
263 <param argument="-m" type="integer" value="" optional="true" label="Minimal chaining score (matching bases minus log gap penalty)" help="default=40"/> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
264 <param argument="--max-chain-skip" type="integer" value="" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
265 label="Maximum seed skips during chaining" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
266 help="A heuristics that stops chaining early. Minimap2 uses dynamic programming for chaining. The time complexity is quadratic in the number of seeds. This option makes minimap2 exit the inner loop if it repeatedly sees seeds already on chains. Set to a large number to switch off this heurstics effectively. default=25" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
267 <param argument="--max-chain-iter" type="integer" value="" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
268 label="Maximum number of partial chains checked during chaining" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
269 help="A heuristics to avoid quadratic time complexity in the worst case. default=5000" /> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
270 <param argument="-X" type="boolean" truevalue="-X" falsevalue="" optional="true" label="Skip self and dual mappings (for the all-vs-all mode)"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
271 <param argument="-p" type="float" value="" max="1" optional="true" label="Min secondary-to-primary score ratio" help="default=0.8"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
272 <param argument="--mask-len" type="integer" min="0" max="10000" value="" optional="true" label="Fine control the removal of redundant hits" help="Keep an alignment if dropping it leaves an unaligned region on query longer than INT"/> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
273 </section> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
274 <section name="alignment_options" title="Alignment options" help="Sets -A, -B, -O, -E, -z, -s, and spliced alignments options." expanded="False"> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
275 <conditional name="splicing"> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
276 <param name="splice_mode" type="select" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
277 label="Customize spliced alignment mode?" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
278 help="Warning: Minimap2 cannot currently perform spliced alignments of read pairs. If you enable spliced alignment for paired-end data it will be treated as single-end!" > |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
279 <option value="preset">No, use profile setting or leave turned off</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
280 <option value="">Disable spliced alignments (overwrite profile setting if necessary)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
281 <option value="--splice">Yes, enable spliced alignments (--splice)</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
282 </param> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
283 <when value="preset" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
284 <when value="" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
285 <when value="--splice"> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
286 <param argument="-G" type="integer" value="" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
287 label="Maximum allowed gap on the reference" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
288 help="Higher values cause slower spliced alignment. When in use, this option causes -r (in mapping options) to be set to the same value. default=200k" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
289 <param argument="-C" type="integer" min="0" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
290 label="Cost of non-canonical (non-GT-AG) splicing" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
291 help="default=0" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
292 <param argument="-u" type="select" optional="true" |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
293 label="How to find GT-AG" |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
294 help="default=n (don't match GT-AG)"> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
295 <option value="n">Don't match GT-AG (-un)</option> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
296 <option value="f">Transcript strand (-uf)</option> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
297 <option value="b">Both strands (-ub)</option> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
298 </param> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
299 <param argument="--splice-flank" type="boolean" truevalue="--splice-flank=yes" falsevalue="--splice-flank=no" checked="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
300 label="Assume conserved flanking region of splice sites?" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
301 help="Assume the next base to a GT donor site tends to be A/G (91% in human and 92% in mouse) and the preceding base to a AG acceptor tends to be C/T. This trend is evolutionarily conserved, all the way to S. cerevisiae (PMID:18688272). Specifying this option generally leads to higher junction accuracy by several percents, so it is applied by default with --splice. However, the SIRV control does not honor this trend (only ~60%) so this option reduces accuracy. If you are benchmarking minimap2 on SIRV data, please disable this option." /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
302 <conditional name="splice_site_annotations"> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
303 <param name="use_annotations" type="select" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
304 label="Use previously annotated splice sites to guide the alignment?" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
305 help=""> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
306 <option value="no">No, perform unbiased alignment</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
307 <option value="yes">Yes, favor annotated splice sites</option> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
308 </param> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
309 <when value="no" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
310 <when value="yes"> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
311 <param argument="--junc-bed" type="data" format="bed" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
312 label="Dataset with annotated genes or introns" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
313 help="Gene annotations should be provided in BED12 (aka 12-column BED), intron positions in 5-column BED format." /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
314 <param argument="--junc-bonus" type="integer" min="1" value="1" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
315 label="Annotated splice site bonus" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
316 help="Score bonus for a splice donor or acceptor found in annotation." /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
317 </when> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
318 </conditional> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
319 </when> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
320 </conditional> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
321 <param argument="-A" type="integer" min="0" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
322 label="Score for a sequence match" help="default=2"/> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
323 <param argument="-B" type="integer" min="0" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
324 label="Penalty for a mismatch" help="-B; default=4" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
325 <param argument="-O" type="integer" min="1" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
326 label="Gap open penalties for deletions" help="-O; default=4"/> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
327 <param name="O2" type="integer" min="0" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
328 label="Gap open penalties for insertions" help="-O; default=24"/> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
329 <param argument="-E" type="integer" min="1" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
330 label="Gap extension penalties; a gap of size k cost '-O + -E*k'. If two numbers are specified, the first is the penalty of extending a deletion and the second for extending an insertion" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
331 help="-E; default=2"/> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
332 <param name="E2" type="integer" min="0" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
333 label="Gap extension penalty for extending an insertion; if left empty uses the value specified for Gap extension penalties above" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
334 help="-E; default=1"/> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
335 <param argument="-z" type="integer" min="0" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
336 label="Z-drop threshold for truncating an alignment" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
337 help="Increase to improve the contiguity of alignments at the cost of poorer alignments in the middle. default=400" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
338 <param name="z2" type="integer" min="0" optional="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
339 label="Z-drop threshold for reverse-complementing the query" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
340 help="Decrease to find small inversions at the cost of performance and false positives. default=200" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
341 <param argument="-s" type="integer" min="0" optional="true" |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
342 label="Minimal peak DP alignment score" help="default=80"/> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
343 <param name="no_end_flt" type="boolean" falsevalue="--no-end-flt" truevalue="" checked="true" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
344 label="Filter seeds towards the ends of chains before performing base-level alignment?" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
345 </section> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
346 <section name="io_options" title="Set advanced output options" help="Sets -Q, -L, -R, -c, --cs and -K options." expanded="False"> |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
347 <param name="output_format" type="select" label="Select an output format"> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
348 <option value="BAM">BAM</option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
349 <option value="CRAM">CRAM</option> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
350 <option value="paf">PAF</option> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
351 </param> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
352 <param argument="-Q" type="boolean" truevalue="-Q" falsevalue="" label="Don't output base quality"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
353 <param argument="-L" type="boolean" truevalue="-L" falsevalue="" label="Write CIGAR with >65535 ops to the CG tag" help="Useful for very long reads in SAM/BAM format"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
354 <param argument="-K" type="integer" optional="true" label="Minibatch size for mapping (in megabyte)" help="default=500M"/> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
355 <param argument="--cs" type="select" optional="true" label="Output cs tag?" help="The cs tag is a more compact standalone representation of the MD tag, see help below."> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
356 <option value="none">no</option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
357 <option value="short">short</option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
358 <option value="long">long</option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
359 </param> |
8
53c0b7a1a0c3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 4f9072805884196ffdc9ad1df93ecce08b7f08ba"
iuc
parents:
7
diff
changeset
|
360 <param argument="-c" type="boolean" truevalue="-c" falsevalue="" label="Generate CIGAR" |
53c0b7a1a0c3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 4f9072805884196ffdc9ad1df93ecce08b7f08ba"
iuc
parents:
7
diff
changeset
|
361 help="In PAF, the CIGAR is written to the ‘cg’ custom tag." /> |
53c0b7a1a0c3
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 4f9072805884196ffdc9ad1df93ecce08b7f08ba"
iuc
parents:
7
diff
changeset
|
362 |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
363 <param argument="--eqx" type="boolean" truevalue="--eqx" falsevalue="" label="Write =/X CIGAR operators"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
364 <param argument="-Y" type="boolean" truevalue="-Y" falsevalue="" label="Use soft clipping for supplementary alignments ?"/> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
365 </section> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
366 </inputs> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
367 <outputs> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
368 <data format="bam" name="alignment_output" label="${tool.name} on ${on_string} (mapped reads in ${io_options.output_format} format)"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
369 <actions> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
370 <conditional name="reference_source.reference_source_selector"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
371 <when value="cached"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
372 <action type="metadata" name="dbkey"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
373 <option type="from_data_table" name="all_fasta" column="1" offset="0"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
374 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
375 <filter type="param_value" ref="reference_source.ref_file" column="0"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
376 </option> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
377 </action> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
378 </when> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
379 <when value="history"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
380 <action type="metadata" name="dbkey"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
381 <option type="from_param" name="reference_source.ref_file" param_attribute="dbkey" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
382 </action> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
383 </when> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
384 </conditional> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
385 </actions> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
386 <change_format> |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
387 <when input="io_options.output_format" value="paf" format="tabular" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
388 <when input="io_options.output_format" value="CRAM" format="cram" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
389 </change_format> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
390 </data> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
391 </outputs> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
392 <tests> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
393 <test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
394 <!-- test single input --> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
395 <param name="reference_source_selector" value="history" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
396 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
397 <param name="fastq_input_selector" value="single"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
398 <param name="fastq_input1" ftype="fastqsanger" value="bwa-mem-fasta1.fa"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
399 <param name="analysis_type_selector" value="sr"/> |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
400 <output name="alignment_output" ftype="bam" file="minimap2-test1-fasta.bam" lines_diff="4" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
401 </test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
402 <test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
403 <!-- test cram output --> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
404 <param name="reference_source_selector" value="history" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
405 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
406 <param name="fastq_input_selector" value="single"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
407 <param name="fastq_input1" ftype="fastqsanger" value="bwa-mem-fasta1.fa"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
408 <param name="analysis_type_selector" value="sr"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
409 <param name="output_format" value="CRAM"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
410 <output name="alignment_output" ftype="cram" file="minimap2-test1-fasta.cram" compare="sim_size" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
411 </test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
412 <test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
413 <!-- test paired input --> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
414 <param name="reference_source_selector" value="history" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
415 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
416 <param name="fastq_input_selector" value="paired"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
417 <param name="fastq_input1" ftype="fastqsanger" value="bwa-mem-fastq1.fq"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
418 <param name="fastq_input2" ftype="fastqsanger" value="bwa-mem-fastq2.fq"/> |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
419 <output name="alignment_output" ftype="bam" file="minimap2-test1.bam" lines_diff="4" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
420 </test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
421 <test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
422 <!-- test paired input with one pair compressed --> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
423 <param name="reference_source_selector" value="history" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
424 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
425 <param name="fastq_input_selector" value="paired"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
426 <param name="fastq_input1" ftype="fastqsanger.gz" value="bwa-mem-fastq1.fq.gz"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
427 <param name="fastq_input2" ftype="fastqsanger" value="bwa-mem-fastq2.fq"/> |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
428 <output name="alignment_output" ftype="bam" file="minimap2-test1.bam" lines_diff="4" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
429 </test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
430 <test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
431 <!-- test collection input --> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
432 <param name="reference_source_selector" value="history" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
433 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
434 <param name="fastq_input_selector" value="paired_collection"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
435 <param name="fastq_input1"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
436 <collection type="paired"> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
437 <element name="forward" value="bwa-mem-fastq1.fq" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
438 <element name="reverse" value="bwa-mem-fastq2.fq" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
439 </collection> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
440 </param> |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
441 <output name="alignment_output" ftype="bam" file="minimap2-test2.bam" lines_diff="4" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
442 </test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
443 <test> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
444 <!-- test data table reference --> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
445 <param name="reference_source_selector" value="cached" /> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
446 <param name="ref_file" value="bwa-mem-mt-genome"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
447 <param name="fastq_input_selector" value="single"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
448 <param name="fastq_input1" ftype="fastqsanger" value="bwa-mem-fasta1.fa"/> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
449 <param name="analysis_type_selector" value="sr"/> |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
450 <output name="alignment_output" ftype="bam" file="minimap2-test1-fasta.bam" lines_diff="4" /> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
451 </test> |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
452 <test> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
453 <!-- test alignment options --> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
454 <param name="reference_source_selector" value="cached" /> |
10
77b2770508f6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit d7c1c96bd5297839271cf69ad2129a0f47a29b89"
iuc
parents:
9
diff
changeset
|
455 <param name="min_occ_floor" value="1000"/> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
456 <param name="ref_file" value="bwa-mem-mt-genome"/> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
457 <param name="fastq_input_selector" value="single"/> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
458 <param name="fastq_input1" ftype="fastqsanger" value="bwa-mem-fasta1.fa"/> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
459 <param name="analysis_type_selector" value="sr"/> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
460 <section name="alignment_options"> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
461 <!-- the folowing settings correspond to the defaults for "sr" |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
462 mode. The purpose is to check that all alignment params get |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
463 parsed correctly. --> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
464 <param name="A" value="2" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
465 <param name="B" value="8" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
466 <param name="O" value="12" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
467 <param name="O2" value="32" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
468 <param name="E" value="2" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
469 <param name="E2" value="1" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
470 <param name="z" value="400" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
471 <param name="s" value="40" /> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
472 </section> |
14
09b53c1d4ab1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 219f9463094519d9a97c3dfb93f0e1a2233c0243"
iuc
parents:
13
diff
changeset
|
473 <section name="io_options"> |
09b53c1d4ab1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 219f9463094519d9a97c3dfb93f0e1a2233c0243"
iuc
parents:
13
diff
changeset
|
474 <!-- the next setting is a noop for bam output, but tests that |
09b53c1d4ab1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 219f9463094519d9a97c3dfb93f0e1a2233c0243"
iuc
parents:
13
diff
changeset
|
475 a valid command line is formed for the cs option --> |
09b53c1d4ab1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 219f9463094519d9a97c3dfb93f0e1a2233c0243"
iuc
parents:
13
diff
changeset
|
476 <param name="cs" value="none" /> |
09b53c1d4ab1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 219f9463094519d9a97c3dfb93f0e1a2233c0243"
iuc
parents:
13
diff
changeset
|
477 </section> |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
478 <output name="alignment_output" ftype="bam" file="minimap2-test1-fasta.bam" lines_diff="4" /> |
9
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
479 </test> |
8c6cd2650d1f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit ffcf3989e7b05726341bbd0457a2e58448361554"
iuc
parents:
8
diff
changeset
|
480 <test> |
4
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
481 <!-- test paf output --> |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
482 <param name="reference_source_selector" value="history" /> |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
483 <param name="ref_file" ftype="fastqsanger" value="mini_reads.fq" /> |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
484 <param name="fastq_input_selector" value="single"/> |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
485 <param name="fastq_input1" ftype="fastqsanger" value="mini_reads.fq" /> |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
486 <param name="analysis_type_selector" value="ava-ont"/> |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
487 <param name="output_format" value="paf"/> |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
488 <output name="alignment_output" ftype="tabular" file="mini_reads.paf" /> |
6f50f36e4481
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 2d2b68971e74ecb099e2c1109f7176d7fcbf8ec7
iuc
parents:
3
diff
changeset
|
489 </test> |
7
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
490 <test> |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
491 <!-- test self-homology mode --> |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
492 <param name="reference_source_selector" value="history" /> |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
493 <param name="ref_file" ftype="fasta" value="minimap2-self-homology.fasta" /> |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
494 <param name="fastq_input_selector" value="single" /> |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
495 <param name="fastq_input1" ftype="fasta" value="minimap2-self-homology.fasta" /> |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
496 <param name="analysis_type_selector" value="self-homology" /> |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
497 <output name="alignment_output" ftype="bam" file="minimap2-self-homology.bam" lines_diff="4" /> |
7
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
498 </test> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
499 <test> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
500 <!-- test mask-len option --> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
501 <param name="reference_source_selector" value="history" /> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
502 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
503 <param name="fastq_input_selector" value="single"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
504 <param name="fastq_input1" ftype="fastqsanger" value="bwa-mem-fasta1.fa"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
505 <param name="analysis_type_selector" value="sr"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
506 <section name="mapping_options"> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
507 <param name="mask_len" value="100"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
508 </section> |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
509 <output name="alignment_output" ftype="bam" file="minimap2-test-mask_len.bam" lines_diff="4" /> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
510 </test> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
511 <test> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
512 <!-- test map-hifi --> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
513 <param name="reference_source_selector" value="history" /> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
514 <param name="ref_file" ftype="fasta" value="pacbio_hifi_assembly.fa.gz"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
515 <param name="fastq_input_selector" value="single"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
516 <param name="fastq_input1" ftype="fastqsanger" value="pacbio_hifi_reads.fasta.gz"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
517 <param name="analysis_type_selector" value="map-hifi"/> |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
518 <output name="alignment_output" ftype="bam" file="minimap2-test_hifi-fasta.bam" lines_diff="4" /> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
519 </test> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
520 <test> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
521 <!-- test kmer ocurrence interval option --> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
522 <param name="reference_source_selector" value="history" /> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
523 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
524 <param name="fastq_input_selector" value="single"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
525 <param name="fastq_input1" ftype="fastqsanger" value="bwa-mem-fasta1.fa"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
526 <param name="analysis_type_selector" value="sr"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
527 <conditional name="kmer_ocurrence_interval"> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
528 <param name="interval" value="enabled"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
529 <param name="lower_limit" value="10"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
530 <param name="upper_limit" value="30"/> |
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
531 </conditional> |
13
1f06dccdc5d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit c8aee6bdc2b4254df523c05890b4e3c4de5928f8"
iuc
parents:
12
diff
changeset
|
532 <output name="alignment_output" ftype="bam" file="minimap2-test-kmer_ocurrence.bam" lines_diff="4" /> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
533 </test> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
534 </tests> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
535 <help> |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
536 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
537 Users’ Guide |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
538 ------------ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
539 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
540 Minimap2 is a versatile sequence alignment program that aligns DNA or |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
541 mRNA sequences against a large reference database. Typical use cases |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
542 include: (1) mapping PacBio or Oxford Nanopore genomic reads to the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
543 human genome; (2) finding overlaps between long reads with error rate up |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
544 to ~15%; (3) splice-aware alignment of PacBio Iso-Seq or Nanopore cDNA |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
545 or Direct RNA reads against a reference genome; (4) aligning Illumina |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
546 single- or paired-end reads; (5) assembly-to-assembly alignment; (6) |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
547 full-genome alignment between two closely related species with |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
548 divergence below ~15%. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
549 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
550 For ~10kb noisy reads sequences, minimap2 is tens of times faster than |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
551 mainstream long-read mappers such as BLASR, BWA-MEM, NGMLR and GMAP. It |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
552 is more accurate on simulated long reads and produces biologically |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
553 meaningful alignment ready for downstream analyses. For >100bp Illumina |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
554 short reads, minimap2 is three times as fast as BWA-MEM and Bowtie2, and |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
555 as accurate on simulated data. Detailed evaluations are available from |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
556 the `minimap2 preprint`. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
557 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
558 General usage |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
559 ~~~~~~~~~~~~~ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
560 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
561 Minimap2 seamlessly works with gzip’d FASTA and FASTQ formats as input. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
562 You don’t need to convert between FASTA and FASTQ or decompress gzip’d |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
563 files first. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
564 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
565 For the human reference genome, minimap2 takes a few minutes to generate |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
566 a minimizer index for the reference before mapping. To reduce indexing |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
567 time, you can optionally save the index with option **-d** and replace |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
568 the reference sequence file with the index file on the minimap2 command |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
569 line: |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
570 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
571 ***Importantly***, it should be noted that once you build the index, |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
572 indexing parameters such as **-k**, **-w**, **-H** and **-I** can’t be |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
573 changed during mapping. If you are running minimap2 for different data |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
574 types, you will probably need to keep multiple indexes generated with |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
575 different parameters. This makes minimap2 different from BWA which |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
576 always uses the same index regardless of query data types. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
577 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
578 Use cases |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
579 ~~~~~~~~~ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
580 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
581 Minimap2 uses the same base algorithm for all applications. However, due |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
582 to the different data types it supports (e.g. short vs long reads; DNA |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
583 vs mRNA reads), minimap2 needs to be tuned for optimal performance and |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
584 accuracy. It is usually recommended to choose a preset with option |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
585 **-x**, which sets multiple parameters at the same time. The default |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
586 setting is the same as ``map-ont``. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
587 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
588 Map long noisy genomic reads |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
589 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
590 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
591 The difference between ``map-pb`` and ``map-ont`` is that ``map-pb`` |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
592 uses homopolymer-compressed (HPC) minimizers as seeds, while ``map-ont`` |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
593 uses ordinary minimizers as seeds. Emperical evaluation suggests HPC |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
594 minimizers improve performance and sensitivity when aligning PacBio |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
595 reads, but hurt when aligning Nanopore reads. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
596 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
597 Map long mRNA/cDNA reads |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
598 ^^^^^^^^^^^^^^^^^^^^^^^^ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
599 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
600 There are different long-read RNA-seq technologies, including |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
601 tranditional full-length cDNA, EST, PacBio Iso-seq, Nanopore 2D cDNA-seq |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
602 and Direct RNA-seq. They produce data of varying quality and properties. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
603 By default, ``-x splice`` assumes the read orientation relative to the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
604 transcript strand is unknown. It tries two rounds of alignment to infer |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
605 the orientation and write the strand to the ``ts`` SAM/PAF tag if |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
606 possible. For Iso-seq, Direct RNA-seq and tranditional full-length |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
607 cDNAs, it would be desired to apply ``-u f`` to force minimap2 to |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
608 consider the forward transcript strand only. This speeds up alignment |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
609 with slight improvement to accuracy. For noisy Nanopore Direct RNA-seq |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
610 reads, it is recommended to use a smaller k-mer size for increased |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
611 sensitivity to the first or the last exons. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
612 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
613 It is worth noting that by default ``-x splice`` prefers |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
614 GT[A/G]..[C/T]AG over GT[C/T]..[A/G]AG, and then over other splicing |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
615 signals. Considering one additional base improves the junction accuracy |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
616 for noisy reads, but reduces the accuracy when aligning against the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
617 widely used SIRV control data. This is because SIRV does not honor the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
618 evolutionarily conservative splicing signal. If you are studying SIRV, |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
619 you may apply ``--splice-flank=no`` to let minimap2 only model GT..AG, |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
620 ignoring the additional base. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
621 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
622 Find overlaps between long reads |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
623 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
624 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
625 Similarly, ``ava-pb`` uses HPC minimizers while ``ava-ont`` uses |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
626 ordinary minimizers. It is usually not recommended to perform base-level |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
627 alignment in the overlapping mode because it is slow and may produce |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
628 false positive overlaps. However, if performance is not a concern, you |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
629 may try to add ``-a`` or ``-c`` anyway. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
630 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
631 Map short accurate genomic reads |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
632 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
633 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
634 When two read files are specified, minimap2 reads from each file in turn |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
635 and merge them into an interleaved stream internally. Two reads are |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
636 considered to be paired if they are adjacent in the input stream and |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
637 have the same name (with the ``/[0-9]`` suffix trimmed if present). |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
638 Single- and paired-end reads can be mixed. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
639 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
640 Minimap2 does not work well with short spliced reads. There are many |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
641 capable RNA-seq mappers for short reads. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
642 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
643 Full genome/assembly alignment |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
644 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
645 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
646 For cross-species full-genome alignment, the scoring system needs to be |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
647 tuned according to the sequence divergence. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
648 |
7
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
649 Self-homology map creation |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
650 ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
651 |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
652 A self-homology map is created by mapping a genome (e.g. that of E. coli) |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
653 against itself. When this option is used the same FASTA file should |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
654 be used for reference and for the (single ended mode) query. |
b3eab4b67562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit b1883bac95e73fc6ffe2a36db3115ad5e5a1eba4"
iuc
parents:
6
diff
changeset
|
655 |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
656 Advanced features |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
657 ~~~~~~~~~~~~~~~~~ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
658 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
659 Working with >65535 CIGAR operations |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
660 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
661 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
662 Due to a design flaw, BAM does not work with CIGAR strings with >65535 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
663 operations (SAM and CRAM work). However, for ultra-long nanopore reads |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
664 minimap2 may align ~1% of read bases with long CIGARs beyond the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
665 capability of BAM. If you convert such SAM/CRAM to BAM, Picard and |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
666 recent samtools will throw an error and abort. Older samtools and other |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
667 tools may create corrupted BAM. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
668 |
1
b103bc946f57
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 160b3085e5c9152fc8eaeb2e8afc12cdc1abe739
iuc
parents:
0
diff
changeset
|
669 To avoid this issue, you can add option ``-L`` at the minimap2 command line. |
b103bc946f57
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 160b3085e5c9152fc8eaeb2e8afc12cdc1abe739
iuc
parents:
0
diff
changeset
|
670 This option moves a long CIGAR to the ``CG`` tag and leaves a fully clipped |
b103bc946f57
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 160b3085e5c9152fc8eaeb2e8afc12cdc1abe739
iuc
parents:
0
diff
changeset
|
671 CIGAR at the SAM CIGAR column. Current tools that don’t read CIGAR |
b103bc946f57
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 160b3085e5c9152fc8eaeb2e8afc12cdc1abe739
iuc
parents:
0
diff
changeset
|
672 (e.g. merging and sorting) still work with such BAM records; tools that read |
b103bc946f57
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 160b3085e5c9152fc8eaeb2e8afc12cdc1abe739
iuc
parents:
0
diff
changeset
|
673 CIGAR will effectively ignore these records. It has been decided that future |
b103bc946f57
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 160b3085e5c9152fc8eaeb2e8afc12cdc1abe739
iuc
parents:
0
diff
changeset
|
674 tools will seamlessly recognize long-cigar records generated by option `-L`. |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
675 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
676 **TD;DR**: if you work with ultra-long reads and use tools that only |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
677 process BAM files, please add option ``-L``. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
678 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
679 The cs optional tag |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
680 ^^^^^^^^^^^^^^^^^^^ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
681 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
682 The ``cs`` SAM/PAF tag encodes bases at mismatches and INDELs. It |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
683 matches regular expression |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
684 ``/(:[0-9]+|\*[a-z][a-z]|[=\+\-][A-Za-z]+)+/``. Like CIGAR, ``cs`` |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
685 consists of series of operations. Each leading character specifies the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
686 operation; the following sequence is the one involved in the operation. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
687 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
688 The ``cs`` tag is enabled by command line option ``--cs``. The following |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
689 alignment, for example: |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
690 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
691 .. code:: |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
692 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
693 CGATCGATAAATAGAGTAG---GAATAGCA |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
694 |||||| |||||||||| |||| ||| |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
695 CGATCG---AATAGAGTAGGTCGAATtGCA |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
696 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
697 is represented as ``:6-ata:10+gtc:4*at:3``, where ``:[0-9]+`` represents |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
698 an identical block, ``-ata`` represents a deltion, ``+gtc`` an insertion |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
699 and ``*at`` indicates reference base ``a`` is substituted with a query |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
700 base ``t``. It is similar to the ``MD`` SAM tag but is standalone and |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
701 easier to parse. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
702 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
703 If ``--cs=long`` is used, the ``cs`` string also contains identical |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
704 sequences in the alignment. The above example will become |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
705 ``=CGATCG-ata=AATAGAGTAG+gtc=GAAT*at=GCA``. The long form of ``cs`` |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
706 encodes both reference and query sequences in one string. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
707 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
708 Algorithm overview |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
709 ~~~~~~~~~~~~~~~~~~ |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
710 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
711 In the following, minimap2 command line options have a dash ahead and |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
712 are highlighted in bold. The description may help to tune minimap2 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
713 parameters. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
714 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
715 1. Read **-I** [=*4G*] reference bases, extract |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
716 (**-k**,\ **-w**)-minimizers and index them in a hash table. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
717 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
718 2. Read **-K** [=*200M*] query bases. For each query sequence, do step 3 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
719 through 7: |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
720 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
721 3. For each (**-k**,\ **-w**)-minimizer on the query, check against the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
722 reference index. If a reference minimizer is not among the top **-f** |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
723 [=*2e-4*] most frequent, collect its the occurrences in the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
724 reference, which are called *seeds*. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
725 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
726 4. Sort seeds by position in the reference. Chain them with dynamic |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
727 programming. Each chain represents a potential mapping. For read |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
728 overlapping, report all chains and then go to step 8. For reference |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
729 mapping, do step 5 through 7: |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
730 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
731 5. Let *P* be the set of primary mappings, which is an empty set |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
732 initially. For each chain from the best to the worst according to |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
733 their chaining scores: if on the query, the chain overlaps with a |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
734 chain in *P* by **–mask-level** [=*0.5*] or higher fraction of the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
735 shorter chain, mark the chain as *secondary* to the chain in *P*; |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
736 otherwise, add the chain to *P*. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
737 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
738 6. Retain all primary mappings. Also retain up to **-N** [=*5*] top |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
739 secondary mappings if their chaining scores are higher than **-p** |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
740 [=*0.8*] of their corresponding primary mappings. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
741 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
742 7. If alignment is requested, filter out an internal seed if it |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
743 potentially leads to both a long insertion and a long deletion. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
744 Extend from the left-most seed. Perform global alignments between |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
745 internal seeds. Split the chain if the accumulative score along the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
746 global alignment drops by **-z** [=*400*], disregarding long gaps. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
747 Extend from the right-most seed. Output chains and their alignments. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
748 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
749 8. If there are more query sequences in the input, go to step 2 until no |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
750 more queries are left. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
751 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
752 9. If there are more reference sequences, reopen the query file from the |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
753 start and go to step 1; otherwise stop. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
754 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
755 Limitations |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
756 ----------- |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
757 |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
758 - Minimap2 may produce suboptimal alignments through long |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
759 low-complexity regions where seed positions may be suboptimal. This |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
760 should not be a big concern because even the optimal alignment may be |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
761 wrong in such regions. |
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
762 </help> |
12
037c6e54df11
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 3617059cec3cc200dc22450347c070c4207b8852"
iuc
parents:
11
diff
changeset
|
763 <expand macro="citations"/> |
0
2445d53549ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 7cb87c310b34cb2af2547ad8a14679107fd86d5d
iuc
parents:
diff
changeset
|
764 </tool> |