You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipeline currently requires a nucleotide file, a corresponding protein file, and a map file that shows which nucleotide sequence translates to which protein sequence.
Add arguments/options to the various parts of the pipeline to support the case where the user doesn't want to use the protein file.
Files affected:
mfpsearch
add an argument -m/--mode that takes in n or p to indicate whether to run in nucleotide or protein mode, respectively.
creation of the database and the search scripts will change depending on the mode used.
mfpprepare
add an argument n or p to indicate whether to run in nucleotide or protein mode, respectively.
if in nucleotide mode, should ignore the map argument.
The text was updated successfully, but these errors were encountered:
Pipeline currently requires a nucleotide file, a corresponding protein file, and a map file that shows which nucleotide sequence translates to which protein sequence.
Add arguments/options to the various parts of the pipeline to support the case where the user doesn't want to use the protein file.
Files affected:
mfpsearch
-m
/--mode
that takes inn
orp
to indicate whether to run in nucleotide or protein mode, respectively.mfpprepare
n
orp
to indicate whether to run in nucleotide or protein mode, respectively.The text was updated successfully, but these errors were encountered: