mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 05:49:56 +00:00
debug for database csv file
This commit is contained in:
parent
3cd3d2dad3
commit
9fa6ecad56
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -116,7 +116,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
wget https://raw.githubusercontent.com/motu-tool/mOTUs/master/motus/downloadDB.py
|
wget https://raw.githubusercontent.com/motu-tool/mOTUs/master/motus/downloadDB.py
|
||||||
python downloadDB.py > download_db_log.txt
|
python downloadDB.py > download_db_log.txt
|
||||||
echo 'tool,db_name,db_params,db_path\nmotus,db_mOTU,,db_mOTU' > 'database_motus.csv'
|
echo 'tool,db_name,db_params,db_path' > 'database_motus.csv'
|
||||||
|
echo 'motus,db_mOTU,,db_mOTU' >> 'database_motus.csv'
|
||||||
|
cat database_motus.csv
|
||||||
|
echo $PWD
|
||||||
|
ls $PWD
|
||||||
|
|
||||||
- name: Run pipeline with test data
|
- name: Run pipeline with test data
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue