Mercurial > repos > thanhlv > tiptoft
annotate tiptoft.xml @ 0:7987b0437fe1 draft default tip
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
| author | thanhlv |
|---|---|
| date | Fri, 10 Jan 2020 14:17:18 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
1 <tool id="tiptoft" name="tiptoft" version="@VERSION@"> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
2 <description>Plasmid replicon and incompatibility group prediction from uncorrected long reads</description> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
3 <macros> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
5 </macros> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
7 <expand macro="version_command" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
9 tiptoft |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
10 #if str($opt_input.plasmid_data) != "" |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
11 --plasmid_data '$plasmid_data' |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
12 #end if |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
13 --kmer $opt_input.kmer |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
14 #if str($opt_output.filtered_reads_file) != "" |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
15 --filtered_reads_file $opt_output.filtered_reads_file |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
16 #end if |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
17 #if str($opt_output.output_file) != "" |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
18 --output_file $opt_output.output_file |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
19 #end if |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
20 #if $opt_adv.no_hc_compression |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
21 --no_hc_compression |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
22 #end if |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
23 #if $opt_adv.no_gene_filter |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
24 --no_gene_filter |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
25 #end if |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
26 --max_gap $opt_adv.max_gap |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
27 --max_kmer_count $opt_adv.max_kmer_count |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
28 --margin $opt_adv.margin |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
29 --min_block_size $opt_adv.min_block_size |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
30 --min_fasta_hits $opt_adv.min_fasta_hits |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
31 --min_perc_coverage $opt_adv.min_perc_coverage |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
32 --min_kmers_for_onex_pass $opt_adv.min_kmers_for_onex_pass |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
33 '$fastq' > '$output' |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
34 ]]></command> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
35 |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
36 <inputs> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
37 <param name="fastq" type="data" format="fastqsanger,fastqsanger.gz" label="Select fastq dataset" help="Specify dataset with single reads"/> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
38 |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
39 <section name="opt_input" title="Optional Input"> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
40 <param name="plasmid_data" argument="--plasmid_data" type="data" format="fasta" label="Plasmid database" help="A fasta file containing plasmid data. Defaults to bundled database"/> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
41 <param argument="--kmer" type="integer" value="13" label="K-mer size" help="Default: 13"/> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
42 </section> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
43 |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
44 <section name="opt_output" title="Optional Output"> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
45 <param argument="--filtered_reads_file" type="text" value="" label="Filename to save matching reads to" help="Default: None" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
46 <param argument="--output_file" type="text" value="" label="Output file" help="Default: None" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
47 </section> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
48 |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
49 <section name="opt_adv" title="Optional Advanced Input Arguments"> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
50 <param argument="--no_hc_compression" type="boolean" truevalue="--no_hc_compression" falsevalue="" checked="false" label="Turn off homoploymer compression of k-mers" help="Default:No" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
51 <param argument="--no_gene_filter" type="boolean" truevalue="--no_gene_filter" falsevalue="" checked="false" label="Dont filter out lower coverage genes from same group" help="Default:No" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
52 <param argument="--max_gap" type="integer" value="3" label="Maximum gap for blocks to be contigous, measured in |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
53 multiples of the k-mer size" help="Default:3" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
54 <param argument="--max_kmer_count" type="integer" value="10" label="Exclude k-mers which occur more than this number of |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
55 times in a sequence" help="Default:10" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
56 <param argument="--margin" type="integer" value="10" label="Flanking region around a block to use for mapping" help="Default:10" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
57 <param argument="--min_block_size" type="integer" value="50" label="Minimum block size in bases" help="Default:10" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
58 <param argument="--min_fasta_hits" type="integer" value="8" label="Minimum No. of kmers matching a read" help="Default:8" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
59 <param argument="--min_perc_coverage" type="integer" value="8" label="Minimum percentage coverage of typing sequence to |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
60 report" help="Default:85" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
61 <param argument="--min_kmers_for_onex_pass" type="integer" value="5" label="Minimum No. of kmers matching a read in 1st pass" help="Default:5" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
62 </section> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
63 </inputs> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
64 |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
65 <outputs> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
66 <data name="output" format="tabular" label="${tool.name} on ${on_string} report file" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
67 </outputs> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
68 |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
69 <tests> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
70 <test> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
71 <param name="fastq" value="query_gz.fastq" ftype="fastqsanger"/> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
72 <param name="plasmid_data" value="plasmid.fa" ftype="fasta"/> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
73 <output name="output" file="expected_outputfile" ftype="tabular" /> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
74 </test> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
75 </tests> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
76 <help><![CDATA[ |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
77 usage: tiptoft [options] input.fastq |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
78 |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
79 Plasmid replicon and incompatibility group prediction from uncorrected long |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
80 reads |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
81 |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
82 Documentation can be found at `<https://github.com/andrewjpage/tiptoft>`_. |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
83 |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
84 ]]></help> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
85 <citations> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
86 <citation type="bibtex"> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
87 @UNPUBLISHED{Page2018, |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
88 author = {Page, Andrew}, |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
89 title = {tiptoft: Predict plasmids from uncorrected long read data}, |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
90 year = {2018}, |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
91 url = {https://github.com/andrewjpage/tiptoft}, |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
92 } |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
93 </citation> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
94 </citations> |
|
7987b0437fe1
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/tiptoft commit fae924375dd50aec403ad6bf632f2a8ffeac3863-dirty"
thanhlv
parents:
diff
changeset
|
95 </tool> |
