rvalieris / parallel-fastq-dump

parallel fastq-dump wrapper
MIT License
275 stars 33 forks source link

FileNotFoundError: [Errno 2] No such file or directory: #35

Closed nick-youngblut closed 3 years ago

nick-youngblut commented 3 years ago

If the user provides a temp directory that doesn't exist, then parallel-fastq-dump throws a FileNotFoundError error. How about including a os.makedirs() line to create the directory if it doesn't exist?

rvalieris commented 3 years ago

Hi, I agree, and I see you already included this change in the PR #37 thanks

nick-youngblut commented 3 years ago

Sorry for not noting the PR in this issue