Mercurial > repos > jdv > b2b_summarize_assembly
annotate summarize_assembly.xml @ 1:5def63878840 draft default tip
"planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit 9bf8a0462bd44f170c0371b6cae67dd0c3b3da9f-dirty"
author | jdv |
---|---|
date | Tue, 28 Sep 2021 06:16:07 +0000 |
parents | 114353d77370 |
children |
rev | line source |
---|---|
0
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
1 <tool id="b2b_summarize_assembly" name="Summarize assembly" version="0.02"> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
2 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
3 <description>Calculate and print basic assembly summary stats</description> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
4 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
5 <!-- ***************************************************************** --> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
6 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
7 <requirements> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
8 <!-- |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
9 <requirement type="package" version="0.003">b2b-utils</requirement> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
10 --> |
1
5def63878840
"planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit 9bf8a0462bd44f170c0371b6cae67dd0c3b3da9f-dirty"
jdv
parents:
0
diff
changeset
|
11 <requirement type="package" version="0.008002">perl-biox-seq</requirement> |
5def63878840
"planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit 9bf8a0462bd44f170c0371b6cae67dd0c3b3da9f-dirty"
jdv
parents:
0
diff
changeset
|
12 <requirement type="package">perl-list-moreutils</requirement> |
0
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
13 </requirements> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
14 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
15 <!-- ***************************************************************** --> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
16 |
1
5def63878840
"planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit 9bf8a0462bd44f170c0371b6cae67dd0c3b3da9f-dirty"
jdv
parents:
0
diff
changeset
|
17 <version_command>perl $__tool_directory__/summarize_assembly --version | perl -wnE'print "$1\n" for /summarize_assembly v(.+)/g'</version_command> |
0
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
18 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
19 <!-- ***************************************************************** --> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
20 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
21 <command detect_errors="aggressive"> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
22 <![CDATA[ |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
23 |
1
5def63878840
"planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit 9bf8a0462bd44f170c0371b6cae67dd0c3b3da9f-dirty"
jdv
parents:
0
diff
changeset
|
24 perl $__tool_directory__/summarize_assembly |
0
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
25 --fasta $input1 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
26 --cutoffs $cutoffs |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
27 #if $split_N: |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
28 --split_N |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
29 #end if |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
30 #if $strip_N: |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
31 --strip_N |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
32 #end if |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
33 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
34 > $report |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
35 ; |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
36 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
37 ]]> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
38 </command> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
39 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
40 <!-- ***************************************************************** --> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
41 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
42 <inputs> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
43 <param format="fasta" name="input1" type="data" label="Assembly in FASTA format" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
44 <param name="cutoffs" type="text" size="60" value="50 90" label="Nx cutoffs to calculate (space-separated)"> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
45 <sanitizer invalid_char=""> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
46 <valid initial="string.digits"><add value=" " /></valid> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
47 </sanitizer> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
48 </param> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
49 <param name="strip_N" type="boolean" label="Strip Ns prior to calculations" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
50 <param name="split_N" type="boolean" label="Split scaffolds on Ns (e.g. report contig-level summary)" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
51 </inputs> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
52 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
53 <!-- ***************************************************************** --> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
54 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
55 <outputs> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
56 <data format="txt" name="report" label="${tool.name} on ${on_string}" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
57 </outputs> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
58 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
59 <!-- ***************************************************************** --> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
60 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
61 <tests> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
62 <test> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
63 <param name="input1" value="assembly.fa" ftype="fasta" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
64 <param name="cutoffs" value="50 90 95" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
65 <output name="report" file="summarize.txt" compare="diff" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
66 </test> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
67 <test> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
68 <param name="input1" value="assembly.fa" ftype="fasta" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
69 <param name="cutoffs" value="50 90 95" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
70 <param name="strip_N" value="True" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
71 <output name="report" file="summarize.strip.txt" compare="diff" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
72 </test> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
73 <test> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
74 <param name="input1" value="assembly.fa" ftype="fasta" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
75 <param name="cutoffs" value="50 90 95" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
76 <param name="split_N" value="True" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
77 <output name="report" file="summarize.split.txt" compare="diff" /> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
78 </test> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
79 </tests> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
80 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
81 <!-- ***************************************************************** --> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
82 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
83 <help> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
84 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
85 summarize_assembly is a utility from b2b-utils. It takes a FASTA file and |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
86 optionally a list of cutoff values as input and prints out summary |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
87 information about the contigs/scaffolds contained in the file. You can, of |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
88 course, supply a FASTA file of any sort of nucleic acid sequences, but the |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
89 summary information makes most sense for contigs from genomic sequencing |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
90 assemblies. |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
91 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
92 </help> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
93 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
94 <!-- ***************************************************************** --> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
95 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
96 <citations> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
97 </citations> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
98 |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
99 </tool> |
114353d77370
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit b5d52d0664b01d252cf61b98be373d09f1ecc2df
jdv
parents:
diff
changeset
|
100 |