mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 06:29:55 +00:00
fix the download address for downloadDB for mOTUs.
This commit is contained in:
parent
c8a59adbce
commit
22f65eedc7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -114,7 +114,7 @@ jobs:
|
||||||
|
|
||||||
- name: Prepare the database
|
- name: Prepare the database
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/motu-tool/mOTUs/blob/master/motus/downloadDB.py
|
wget https://raw.githubusercontent.com/motu-tool/mOTUs/master/motus/downloadDB.py
|
||||||
python downloadDB.py
|
python downloadDB.py
|
||||||
echo 'tool,db_name,db_params,db_path\nmotus,db_mOTU,,db_mOTU' > 'database_motus.csv'
|
echo 'tool,db_name,db_params,db_path\nmotus,db_mOTU,,db_mOTU' > 'database_motus.csv'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue