We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as_fastafile
FastaBuilder
It'd be convenient to have a method that exposes the built FASTA as a pysam.FastaFile , e.g. to condense the following
pysam.FastaFile
fasta_path = tmp_path / "foo.fa" fasta_builder.to_file(fasta_path) fasta_file = FastaFile(str(fasta_path))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It'd be convenient to have a method that exposes the built FASTA as a
pysam.FastaFile
, e.g. to condense the followingThe text was updated successfully, but these errors were encountered: