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

Support for fasta input #3

Open
rsharris opened this issue Mar 14, 2022 · 1 comment
Open

Support for fasta input #3

rsharris opened this issue Mar 14, 2022 · 1 comment

Comments

@rsharris
Copy link
Collaborator

(Copied from a direct email to the authors)

I found that your code generates sequences conceptually; is there any way to obtain those sequences in a *.FASTA file?

@rsharris
Copy link
Collaborator Author

simulate_nucleotide_errors and simulate_nucleotide_errors_thm5 have --mutated= options, which will write the mutated sequences to a fasta file.

simulate_unit_errors and simulate_unit_errors_thm5 don't create nucleotide sequences. Instead, they work with a list of mutation positions. They don't have anything that could be reported as fasta. Looking at the code, I see that I included a debug option (--debug=mutated) that will write the list of error positions to stderr. So while that debug output isn't something we intend to document or support, you could potentially use that to create a fasta file.

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