annotate readme.md @ 1:4cd97cc67061 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 373300c0508fc239fa6d1c8a0351fa9cbb9c0426
author iuc
date Sat, 23 Mar 2024 07:20:14 +0000
parents dbf2735e8480
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
1 # test data explained
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
2
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
3 ## the tool will expect one file each with the corresponing endings in the DB folder
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
4
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
5 Trimmed version of:
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
6 * OTU table (id for each taxon) (*.otu)
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
7 * Ref. fasta DB (*.fasta)
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
8 * Taxan assignemnt of each ref. DB sequence (*.txt)
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
9 * clustering of the ref. sequences (starting with 0) corresponding to the ref. sequences (*.mscluster)
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
10
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
11 ## Command to get DBs
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
12
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
13 ```
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
14 wget ftp://ftp.ebi.ac.uk/pub/databases/metagenomics/pipeline-5.0/ref-dbs/silva_lsu-20200130.tar.gz
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
15 mkdir temp
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
16 tar xvzf silva_ssu-20200130.tar.gz -C temp
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
17 mv temp/* silva_ssu-20200130
dbf2735e8480 planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit 66e797aaa79b92c282a8127260cdfd5702207e35
iuc
parents:
diff changeset
18 ```