BBaloglu / ASHURE

Python-based pipeline for analyzing Nanopore sequencing metabarcoding data
GNU Lesser General Public License v3.0
18 stars 3 forks source link

-w not working #4

Open SamMcGreig opened 2 years ago

SamMcGreig commented 2 years ago

Hello,

Firstly, thank you for creating this tool!

I just wanted to point out that the -w options apprears to not work as intended. I expected the frags and msa folders to be inside the run1/Ashure/ folder I have created, but instead these are output to the directory where I run the python script from.

Command: ashure.py run -fq run1/raw_data/virus.fastq.gz -db run1/viruses.fasta -w run1/Ashure/ -o1 run1/Ashure/ashure_consensus.csv -r fgs,msa,cons,clst

Thanks, Sam