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

Allow use of pipeline using only nucleotide file #37

Open
pommevilla opened this issue Aug 20, 2020 · 0 comments
Open

Allow use of pipeline using only nucleotide file #37

pommevilla opened this issue Aug 20, 2020 · 0 comments
Assignees

Comments

@pommevilla
Copy link
Owner

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.
@pommevilla pommevilla self-assigned this Aug 20, 2020
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

No branches or pull requests

1 participant