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