mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 06:09:55 +00:00
prettier write .
This commit is contained in:
parent
22f65eedc7
commit
3cd3d2dad3
1 changed files with 42 additions and 42 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -115,7 +115,7 @@ jobs:
|
|||
- name: Prepare the database
|
||||
run: |
|
||||
wget https://raw.githubusercontent.com/motu-tool/mOTUs/master/motus/downloadDB.py
|
||||
python downloadDB.py
|
||||
python downloadDB.py > download_db_log.txt
|
||||
echo 'tool,db_name,db_params,db_path\nmotus,db_mOTU,,db_mOTU' > 'database_motus.csv'
|
||||
|
||||
- name: Run pipeline with test data
|
||||
|
|
Loading…
Reference in a new issue