1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 07:42:05 +00:00

debug for database csv file

This commit is contained in:
JIANHONG OU 2022-06-03 14:50:03 -04:00
parent 3cd3d2dad3
commit 9fa6ecad56

View file

@ -116,7 +116,11 @@ jobs:
run: |
wget https://raw.githubusercontent.com/motu-tool/mOTUs/master/motus/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'
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
run: |