Closed ewissel closed 3 years ago
Hello Emiliy, Thank you for your inquiry. The problem arises from the given name of the output directory. Actually, is the extra ending slash that is causing trouble when building the directory structure. You should just run: sraX -i sim_dat/fasta/ -o sraX_out
This fixed it, thanks!
Hey sraX devs,
I'm trying to run this on a file
contigs.fasta
using the following commands:I get the following error because I don't have permissions to write to the directory sraX is trying to write to:
It's not clear to me if there is a flag for re-routing the
ARG_DB
to install to a location I have permissions to write to (it is entirely likely I missed this in the documentation?). Can you point me towards the flag for redirecting where this directory is written?