Skip to content

Conversation

@farahzk
Copy link

@farahzk farahzk commented Mar 5, 2014

This version takes two input files along with a similarity score matrix and gap penalty through terminal/command line

This version takes two input files along with a similarity score matrix and gap penalty through terminal/command line
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good, i'm ready to accept this, but one small nit:

for readability, please assign all argv[...] to variables at the beginning of the program, e.g.:
fasta_file_one = sys.argv[1]
fasta_file_two = sys.argv[2]
substitution_matrix_file = sys.argv[3]
gap_penalty = sys.argv[4]

and then use the variables in the code.

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.

2 participants