dpwickland / GB-eaSy

Bioinformatics pipeline to process genotyping-by-sequencing (GBS) data
MIT License
7 stars 3 forks source link

Allow user to specify path to parameters file on execution #4

Open tparkerd opened 4 years ago

tparkerd commented 4 years ago

This allows the user to specify a parameter file at runtime instead of having to modify GB-eaSy.sh. It assumes the original filename if no file is supplied.

Use Case: I wanted to set up GB-eaSy as a system-wide tool for a multi-user server, so allowing the user to specify the file without having to modify the system's copy of GB-eaSy.sh would make this possible.