nmdp-bioinformatics / pipeline

Consensus assembly and allele interpretation pipeline.
GNU Lesser General Public License v3.0
7 stars 7 forks source link

scripts should do more error checking #7

Closed janders3-nmdp closed 9 years ago

janders3-nmdp commented 9 years ago

check to ensure source arguments are valid ensure necessary directories exist and are accessible complain if no fastq files found ensure necessary tools are installed, give hints where to get said tools.

janders3-nmdp commented 9 years ago

thought this would autoclose with my 'script improvements' PR, but it didn't. manually closing now.

ghost commented 9 years ago

See https://help.github.com/articles/closing-issues-via-commit-messages

If the commit is in a non-default branch, the issue will remain open and the issue will be referenced with a tooltip.

To close an issue in another repository, use the username/repository#issue_number syntax, as described in https://help.github.com/articles/writing-on-github#references.

For example, including Closes example_user/example_repo#76 will close the referenced issue in that repository, provided you have push access to that repository.