annotate ngmlr.xml @ 1:bb51c75a0157 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit 4a774c70198144dda9f63d4c4de600aa5c866b4c
author iuc
date Wed, 27 Jul 2022 09:34:02 +0000
parents 95e4757d8da7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
2 <tool id="ngmlr" name="CoNvex" version="@VERSION@">
1
bb51c75a0157 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit 4a774c70198144dda9f63d4c4de600aa5c866b4c
iuc
parents: 0
diff changeset
3 <xrefs>
bb51c75a0157 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit 4a774c70198144dda9f63d4c4de600aa5c866b4c
iuc
parents: 0
diff changeset
4 <xref type="bio.tools">ngmlr</xref>
bb51c75a0157 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit 4a774c70198144dda9f63d4c4de600aa5c866b4c
iuc
parents: 0
diff changeset
5 </xrefs>
0
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
6 <macros>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
7 <token name="@VERSION@">0.2.7</token>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
8 <xml name="rg_validator">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
9 <validator type="expression" message="This field can only accept printable characters, with the exception of single and double quotes">value.isprintable() and '"' not in value and "'" not in value</validator>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
10 </xml>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
11 </macros>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
12 <requirements>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
13 <requirement type="package" version="@VERSION@">ngmlr</requirement>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
14 </requirements>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
15 <description>Gap-cost alignMents for Long Reads</description>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
16 <command detect_errors="exit_code"><![CDATA[
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
17 ngmlr -t \${GALAXY_SLOTS:-1} --no-progress --skip-write --output '$alignments'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
18 $bam_fix $no_smallinv $no_lowqualitysplit
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
19 --reference '$reference'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
20 --query '$query'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
21 --presets $presets
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
22 --min-identity $min_identity
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
23 --min-residues $min_residues
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
24 --match $match
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
25 --mismatch $mismatch
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
26 --gap-open $gap_open
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
27 --gap-extend-max $gap_extend_max
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
28 --gap-extend-min $gap_extend_min
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
29 --gap-decay $gap_decay
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
30 --kmer-length $kmer_length
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
31 --kmer-skip $kmer_skip
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
32 --bin-size $bin_size
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
33 --max-segments $max_segments
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
34 --subread-length $subread_length
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
35 --subread-corridor $subread_corridor
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
36
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
37 #if str($sam_header.header_data) == 'yes':
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
38 #if $sam_header.rg_id:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
39 --rg-id '$sam_header.rg_id'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
40 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
41 #if $sam_header.rg_sm:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
42 --rg-sm '$sam_header.rg_sm'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
43 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
44 #if $sam_header.rg_lb:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
45 --rg-lb '$sam_header.rg_lb'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
46 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
47 #if $sam_header.rg_pl:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
48 --rg-pl '$sam_header.rg_pl'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
49 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
50 #if $sam_header.rg_ds:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
51 --rg-ds '$sam_header.rg_ds'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
52 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
53 #if $sam_header.rg_dt:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
54 --rg-dt '$sam_header.rg_dt'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
55 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
56 #if $sam_header.rg_pu:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
57 --rg-pu '$sam_header.rg_pu'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
58 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
59 #if $sam_header.rg_pi:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
60 --rg-pi '$sam_header.rg_pi'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
61 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
62 #if $sam_header.rg_pg:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
63 --rg-pg '$sam_header.rg_pg'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
64 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
65 #if $sam_header.rg_cn:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
66 --rg-cn '$sam_header.rg_cn'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
67 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
68 #if $sam_header.rg_fo:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
69 --rg-fo '$sam_header.rg_fo'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
70 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
71 #if $sam_header.rg_ks:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
72 --rg-ks '$sam_header.rg_ks'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
73 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
74 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
75 ]]>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
76 </command>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
77 <inputs>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
78 <param argument="--reference" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Reference genome" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
79 <param argument="--query" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Reads to align" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
80 <param argument="--bam-fix" type="boolean" truevalue="--bam-fix" falsevalue="" checked="true" label="Report reads with &gt; 64k CIGAR operations as unmapped" help="Required to be compatible with the BAM format" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
81 <conditional name="sam_header">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
82 <param name="header_data" type="select" label="SAM Read Group" help="If a field is left blank it will be omitted from the output SAM">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
83 <option value="no">Do not set</option>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
84 <option value="yes">Set values</option>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
85 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
86 <when value="yes">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
87 <param argument="--rg-id" type="text" label="Value for the read group ID field in the SAM/BAM header">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
88 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
89 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
90 <param argument="--rg-sm" type="text" label="RG: Sample">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
91 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
92 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
93 <param argument="--rg-lb" type="text" label="RG: Library">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
94 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
95 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
96 <param argument="--rg-pl" type="text" label="RG: Platform">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
97 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
98 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
99 <param argument="--rg-ds" type="text" label="RG: Description">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
100 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
101 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
102 <param argument="--rg-dt" type="text" label="RG: Date" help="YYYY-MM-DD">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
103 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
104 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
105 <param argument="--rg-pu" type="text" label="RG: Platform unit">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
106 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
107 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
108 <param argument="--rg-pi" type="text" label="RG: Median insert size">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
109 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
110 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
111 <param argument="--rg-pg" type="text" label="RG: Programs">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
112 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
113 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
114 <param argument="--rg-cn" type="text" label="RG: Sequencing center">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
115 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
116 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
117 <param argument="--rg-fo" type="text" label="RG: Flow order">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
118 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
119 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
120 <param argument="--rg-ks" type="text" label="RG: Key sequence">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
121 <expand macro="rg_validator" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
122 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
123 </when>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
124 <when value="no" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
125 </conditional>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
126 <param argument="--presets" type="select" label="Presets to use for alignment">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
127 <option value="pacbio">PacBio</option>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
128 <option value="ont">Nanopore</option>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
129 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
130 <param argument="--min-identity" type="float" min="0" max="1" value="0.65" label="Alignments with an identity lower than this threshold will be discarded" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
131 <param argument="--min-residues" type="float" min="0" max="1" value="0.25" label="Alignments containing less than n residues will be discarded" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
132 <param argument="--no-smallinv" type="boolean" truevalue="--no-smallinv" falsevalue="" label="Don't detect small inversions" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
133 <param argument="--no-lowqualitysplit" type="boolean" truevalue="--no-lowqualitysplit" falsevalue="" label="Split alignments with poor quality" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
134 <param argument="--match" type="float" value="2" label="Match score" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
135 <param argument="--mismatch" type="float" value="-5" label="Mismatch score" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
136 <param argument="--gap-open" type="float" value="-5" label="Gap open score" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
137 <param argument="--gap-extend-max" type="float" value="-5" label="Gap open extend max" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
138 <param argument="--gap-extend-min" type="float" value="-1" label="Gap open extend min" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
139 <param argument="--gap-decay" type="float" value="0.15" label="Gap extend decay" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
140 <param argument="--kmer-length" type="integer" min="10" max="15" value="13" label="K-mer length in bases" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
141 <param argument="--kmer-skip" type="integer" value="2" label="Number of k-mers to skip when building the lookup table from the reference" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
142 <param argument="--bin-size" type="integer" value="4" label="Sets the size of the grid used during candidate search" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
143 <param argument="--max-segments" type="integer" value="1" label="Max number of segments allowed for a read per kb" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
144 <param argument="--subread-length" type="integer" value="256" label="Length of fragments reads are split into" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
145 <param argument="--subread-corridor" type="integer" value="40" label="Length of corridor sub-reads are aligned with" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
146 </inputs>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
147 <outputs>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
148 <data format="sam" name="alignments" label="${tool.name} on ${on_string} (Alignments)"/>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
149 </outputs>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
150 <tests>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
151 <test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
152 <param name="reference" value="ngmlr-ref1.fa" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
153 <param name="query" value="ngmlr-in1.fa" />
1
bb51c75a0157 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit 4a774c70198144dda9f63d4c4de600aa5c866b4c
iuc
parents: 0
diff changeset
154 <output name="alignments" file="ngmlr-out1.sam" lines_diff="2" sort="true" />
0
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
155 </test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
156 <test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
157 <param name="reference" value="ngmlr-ref2.fa" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
158 <param name="query" value="ngmlr-in2.fa" />
1
bb51c75a0157 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit 4a774c70198144dda9f63d4c4de600aa5c866b4c
iuc
parents: 0
diff changeset
159 <output name="alignments" file="ngmlr-out2.sam" lines_diff="2" sort="true" />
0
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
160 </test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
161 <test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
162 <param name="reference" value="ngmlr-ref3.fa.gz" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
163 <param name="query" value="ngmlr-in3.fa.gz" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
164 <param name="min_residues" value="0.01" />
1
bb51c75a0157 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit 4a774c70198144dda9f63d4c4de600aa5c866b4c
iuc
parents: 0
diff changeset
165 <output name="alignments" file="ngmlr-out3.sam" lines_diff="2" sort="true" />
0
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
166 </test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
167 <test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
168 <param name="reference" value="ngmlr-ref3.fa.gz" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
169 <param name="query" value="ngmlr-in3.fa.gz" />
1
bb51c75a0157 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit 4a774c70198144dda9f63d4c4de600aa5c866b4c
iuc
parents: 0
diff changeset
170 <output name="alignments" file="ngmlr-out4.sam" lines_diff="2" sort="true" />
0
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
171 </test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
172 </tests>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
173 <help>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
174 <![CDATA[
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
175 CoNvex Gap-cost alignMents for Long Reads (ngmlr) is a long-read mapper designed to sensitively align PacBilo or Oxford Nanopore to (large) reference genomes. It was designed to quickly and correctly align the reads, including those spanning (complex) structural variations. Ngmlr uses an SV aware k-mer search to find approximate mapping locations for a read and then a banded Smith-Waterman alignment algorithm to compute the final alignment. Ngmlr uses a convex gap cost model that penalizes gap extensions for longer gaps less than for shorter ones to compute precise alignments. The gap model allows ngmlr to account for both the sequencing error and real genomic variations at the same time and makes it especially effective at more precisely identifying the position of breakpoints stemming from structural variations. The k-mer search helps to detect and split reads that cannot be aligned linearly, enabling ngmlr to reliably align reads to a wide range of different structural variations including nested SVs (e.g. inversions flanked by deletions).
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
176 ]]>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
177 </help>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
178 <citations>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
179 <citation type="doi">10.1038/s41592-018-0001-7</citation>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
180 </citations>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
181 </tool>