-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
throw error and quit if input dir is obviously wrong #36
Comments
I can fix it when I will be working on issue #22 . |
Function validates if the defined directory contains files required for analysis (illumina PE mode: at least one pair of forward & reverse)
Current travis build does not support new input directory validation. Edit: Travis build was ok, the new functions didn't support analysis-only mode. Fixed. |
Make function more flexible and editable by parsing some previously hard coded variables as function arguments. Add more comments.
Added CI tests for the input validation. After |
4f5823a
Proposed change
If there no fastq files or for other reason the input directory is obviously wrong, everything tries and fails. It should be detected before mothur is called.
The text was updated successfully, but these errors were encountered: