annotate ngmlr.xml @ 0:95e4757d8da7 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
author iuc
date Thu, 29 Oct 2020 15:43:54 +0000
parents
children bb51c75a0157
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@">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
3 <macros>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
4 <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
5 <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
6 <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
7 </xml>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
8 </macros>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
9 <requirements>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
10 <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
11 </requirements>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
12 <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
13 <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
14 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
15 $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
16 --reference '$reference'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
17 --query '$query'
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
18 --presets $presets
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
19 --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
20 --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
21 --match $match
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
22 --mismatch $mismatch
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
23 --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
24 --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
25 --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
26 --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
27 --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
28 --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
29 --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
30 --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
31 --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
32 --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
33
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
34 #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
35 #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
36 --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
37 #end if
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_sm:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
39 --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
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_lb:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
42 --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
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_pl:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
45 --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
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_ds:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
48 --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
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_dt:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
51 --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
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_pu:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
54 --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
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_pi:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
57 --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
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_pg:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
60 --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
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_cn:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
63 --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
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_fo:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
66 --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
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_ks:
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
69 --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
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 #end if
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
72 ]]>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
73 </command>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
74 <inputs>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
75 <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
76 <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
77 <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
78 <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
79 <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
80 <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
81 <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
82 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
83 <when value="yes">
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
84 <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
85 <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
86 </param>
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-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
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-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
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-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
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-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
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-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
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-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
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-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
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-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
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-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
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-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
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-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
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 </when>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
121 <when value="no" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
122 </conditional>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
123 <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
124 <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
125 <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
126 </param>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
127 <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
128 <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
129 <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
130 <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
131 <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
132 <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
133 <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
134 <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
135 <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
136 <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
137 <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
138 <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
139 <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
140 <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
141 <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
142 <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
143 </inputs>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
144 <outputs>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
145 <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
146 </outputs>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
147 <tests>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
148 <test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
149 <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
150 <param name="query" value="ngmlr-in1.fa" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
151 <output name="alignments" file="ngmlr-out1.sam" lines_diff="2" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
152 </test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
153 <test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
154 <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
155 <param name="query" value="ngmlr-in2.fa" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
156 <output name="alignments" file="ngmlr-out2.sam" lines_diff="2" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
157 </test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
158 <test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
159 <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
160 <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
161 <param name="min_residues" value="0.01" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
162 <output name="alignments" file="ngmlr-out3.sam" lines_diff="2" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
163 </test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
164 <test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
165 <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
166 <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
167 <output name="alignments" file="ngmlr-out4.sam" lines_diff="2" />
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
168 </test>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
169 </tests>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
170 <help>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
171 <![CDATA[
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
172 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
173 ]]>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
174 </help>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
175 <citations>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
176 <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
177 </citations>
95e4757d8da7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngmlr commit bae3393450ab5f0564a2fd2b06db6a3566504663"
iuc
parents:
diff changeset
178 </tool>