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

missing the DNA fasta output file #26

Open
andriangajigan opened this issue Feb 27, 2024 · 3 comments
Open

missing the DNA fasta output file #26

andriangajigan opened this issue Feb 27, 2024 · 3 comments

Comments

@andriangajigan
Copy link

Thank you for creating this tool! Helps me a lot.

I noticed I was missing this output file when I ran ViralRecall:
*.fasta: The DNA coding sequence of the predicted proteins from Prodigal

Running, for instance,
python viralrecall.py -i bin.10.fa -p bin.10 -t 8 -c

would only give me
bin.10.faa
bin.10.full_annot.tsv
bin.10.markerout
bin.10.pfamout
bin.10.summary.tsv
bin.10.vogout

@andriangajigan
Copy link
Author

It seems that

prodigal -i <genome.fa> -d <nucleotide.fa> -a <prot.faa> -o <genome.gff> -f gff -p meta

will give the exact same output as the prodigal run in ViralRecall

cmd = "prodigal -p meta -i "+genome_file" -a "+protein_file"

I just need the nucleotide.fa output

@faylward
Copy link
Owner

faylward commented Feb 28, 2024 via email

@andriangajigan
Copy link
Author

Yes. Thanks Frank!

@andriangajigan andriangajigan changed the title missing the "fasta" DNA output file missing the DNA fasta output file Feb 28, 2024
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

2 participants