Skip to content
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

Getopt #114

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Getopt #114

wants to merge 3 commits into from

Conversation

ghbhc
Copy link

@ghbhc ghbhc commented Mar 3, 2022

The hardcoded variables in run_e2e_ver.sh and run_pyrosetta_ver.sh make it not conducive to installing this software centrally on an HPC cluster, as it requires write permission for someone to change the CPU and MEM values should they want to.

These changes implement a print_usage -h|--help function and getopt to allow a user to dynamically set those values, along with command line options for the path to their input fasta (the only required option), working directory, and path to database files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant