Mercurial > repos > iuc > data_manager_mapseq
view readme.md @ 2:d745017a8ea3 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/ commit abbc840d4383eee1f26abef04b1ce4df1e6e20a2
| author | iuc |
|---|---|
| date | Fri, 06 Dec 2024 15:43:12 +0000 |
| parents | 3f7f3ef77c34 |
| children |
line wrap: on
line source
# test data explained ## the tool will expect one file each with the corresponing endings in the DB folder Trimmed version of: * OTU table (id for each taxon) (*.otu) * Ref. fasta DB (*.fasta) * Taxan assignemnt of each ref. DB sequence (*.txt) * clustering of the ref. sequences (starting with 0) corresponding to the ref. sequences (*.mscluster) ## Command to get DBs ``` wget ftp://ftp.ebi.ac.uk/pub/databases/metagenomics/pipeline-5.0/ref-dbs/silva_lsu-20200130.tar.gz mkdir temp tar xvzf silva_ssu-20200130.tar.gz -C temp mv temp/* silva_ssu-20200130 ```
