annotate krocus.xml @ 2:3e434415a387 draft default tip

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
author thanhlv
date Fri, 15 Nov 2019 13:47:02 +0000
parents d3ccbecf8f7f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
1 <tool id="krocus" name="krocus" version="@VERSION@">
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
2 <description>Multi-locus sequence typing (MLST) from uncorrected long reads</description>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
3 <macros>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
4 <import>macros.xml</import>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
5 </macros>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
6 <expand macro="requirements" />
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
7 <expand macro="version_command" />
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
9 krocus
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
10 --output_file detected_mlst.tsv
2
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
11 #if $opt_args.filtered_reads
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
12 --filtered_reads_file filtered_reads.fq
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
13 #end if
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
14 --max_gap $opt_args.max_gap
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
15 --min_kmers_for_onex_pass $opt_args.min_kmers_for_onex_pass
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
16 --margin $opt_args.margin
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
17 --min_block_size $opt_args.min_block_size
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
18 --min_fasta_hits $opt_args.min_fasta_hits
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
19 --min_kmers_for_onex_pass $opt_args.min_kmers_for_onex_pass
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
20 --max_kmers $opt_args.max_kmers
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
21 --print_interval $opt_args.print_interval
2
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
22 --kmer $opt_args.kmer
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
23 $opt_args.divisible_by_3
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
24 $opt_args.verbose
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
25 '$krocus_mlst_databases.fields.path' '$fastq'
2
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
26 ]]>
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
27 </command>
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
28 <inputs>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
29 <param name="fastq" type="data" format="fastqsanger,fastqsanger.gz" label="Select fastq dataset" help="Specify dataset with single read"/>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
30 <param label="Select a database" name="krocus_mlst_databases" type="select">
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
31 <options from_data_table="krocus_mlst_databases">
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
32 <validator message="No database is available" type="no_options" />
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
33 </options>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
34 </param>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
35 <section name="opt_args" title="Optional Arguments">
2
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
36 <param name="filtered_reads" type="boolean" truevalue="" falsevalue="" checked="false" label="Save filtered reads ?"/>
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
37 <param argument="--max_gap" type="integer" min="1" value="4" label="Maximum gap for blocks to be contigous, measured in
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
38 multiples of the k-mer size" help="Default:4" />
2
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
39 <param argument="--margin" type="integer" min="1" value="10" label="Flanking region around a block to use for mapping" help="Default:10" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
40 <param argument="--min_block_size" type="integer" min="1" value="150" label="Minimum block size in bases" help="Default:150" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
41 <param argument="--min_fasta_hits" type="integer" min="1" value="10" label="Minimum No. of kmers matching a read" help="Default:10" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
42 <param argument="--min_kmers_for_onex_pass" type="integer" min="2" value="5" label="Minimum No. of kmers matching a read in 1st pass" help="Default:5" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
43 <param argument="--max_kmers" type="integer" min="1" value="10" label="Dont count kmers occuring more than this many times" help="Default:10" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
44 <param argument="--print_interval" type="integer" min="1" value="10" label="Print ST every this number of reads" help="(Default:500)" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
45 <param argument="--kmer" type="integer" min="2" value="10" label="k-mer size" help="(Default:11)" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
46 <param argument="--divisible_by_3" type="boolean" truevalue="--divisible_by_3" falsevalue="" checked="false" label="Genes which are not divisible by 3 are excluded" help="(Default:No)" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
47 <param argument="--verbose" type="boolean" truevalue="--verbose" falsevalue="" checked="false" label="Turn on debugging" help="(Default:No)" />
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
48 </section>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
49 </inputs>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
50
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
51 <outputs>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
52 <data name="output_file" format="tabular" label="${tool.name} on ${on_string}: Output" from_work_dir="detected_mlst.tsv"/>
2
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
53 <data name="filtered_reads" format="fastq" label="${tool.name} on ${on_string}: Filtered reads" from_work_dir="filtered_reads.fq">
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
54 <filter>opt_args['filtered_reads'] is True</filter>
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
55 </data>
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
56 </outputs>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
57
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
58 <tests>
2
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
59 <test expect_num_outputs="1">
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
60 <param name="fastq" value="pacbio.fastq.gz" ftype="fastqsanger" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
61 <param name="krocus_mlst_databases" value="mlst_db"/>
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
62 <output name="output_file" ftype="tabular" file="mlst_output_pacbio.tsv" compare="sim_size" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
63 </test>
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
64 <test expect_num_outputs="2">
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
65 <param name="fastq" value="pacbio.fastq.gz" ftype="fastqsanger" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
66 <param name="filtered_reads" value="True" />
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
67 <param name="krocus_mlst_databases" value="mlst_db"/>
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
68 <output name="filtered_reads" ftype="fastq" file="filtered_reads.fq" compare="sim_size" />
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
69 </test>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
70 </tests>
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
71
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
72 <help><![CDATA[
2
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
73 Multi-locus sequence typing (MLST) from uncorrected long reads
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
74
2
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
75 Krocus can predict a sequence type directly from uncorrected long reads, and
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
76 which was designed to consume read data as it is produced, providing results
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
77 in minutes. It is the only tool which can do this from uncorrected long
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
78 reads. We tested Krocus on over 600 samples sequenced with using long read
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
79 sequencing technologies from PacBio and Oxford Nanopore. It provides
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
80 sequence types on average within 90 seconds, with a sensitivity of 94% and
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
81 specificity of 97%, directly from uncorrected raw sequence reads.
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
82
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
83 Documentation can be found at `<https://github.com/andrewjpage/krocus>`_.
2
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
84 ]]>
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
85 </help>
3e434415a387 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 5d1d3bd35e5cf4bcffe3e7ad1b079eeff1162ca0-dirty
thanhlv
parents: 0
diff changeset
86 <expand macro="citations" />
0
d3ccbecf8f7f planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/krocus commit 15e535fd467e72874790ae7efd039237709b11ba-dirty
thanhlv
parents:
diff changeset
87 </tool>