-
Notifications
You must be signed in to change notification settings - Fork 10
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
Protein Fasta format output (.faa)? #34
Comments
The current version on pip (1.5.2) does not have the ability to output faa format. Though the current version on github (1.6.0) does allow for output in all sorts of formats. To install the github version is easy:
You should not be getting any errors about start/stop codons, but have a feeling it is from when I accidently left in a print command when I was debugging the code to allow for a user to specify the start and stop codons. |
I tired this install. As you suggested. It isn't installing the 1.6.0 version. many thanks, |
I haven't pushed the 1.6 version to Pypi yet, I was waiting for one of my testers, so you have to manually get the code from github by cloning this repo:
|
site-packages is not writeable |
It might be a permissions issue? You might have to add --user to the pip3 command? |
Requirement already satisfied: PHANOTATE in /home/docwhite/.local/lib/python3.10/site-packages (1.5.1) |
maybe add a slash dot to the end to make sure pip is installing the downloaded github repo? pip3 install PHANOTATE/. --user |
oh, I think I might know, are you by chance on OSX? Macs dont have upper or lowercase filenames so the command
|
Linux Ubuntu. Still 1.5.1 |
can you check that you have the 1.6 version?
|
more VERSION pip3 install PHANOTATE --user |
and if you add a slash dot to the pip3 command? I have a feeling pip is not installing the downloaded repo
you can also cd into the directory and install:
|
works! |
pip3 install . |
How do I get multiple formats? faa, gff, fna, fasta. |
awesome, now hopefully phanotate itself wont have any problems : ) |
thank you for your help. How do I get multiple formats? faa, gff, fna, fasta. |
just specify each one you want. Though it only does one at a time, so if you want all the formats at once and don't want to rerun phanotate multiple times, just output a genbank file, and then use any available tool to convert it, which only takes a second. I have the genbank package on pypi so the workflow would be something like:
...well I guess the last one is redundant since outfile.fasta should match infile.fasta |
Having issues installing the 1.6.3 version with conda/mamba. Any thoughts on the new release update to bioconda/conda? |
I haven't pushed the 1.6.x versions to pypi/pip (which is automatically scraped by conda)just yet, since I was really waiting for more testing to be sure there were not any bugs (as there is with 1.6.1). |
How do you output a protein fasta (.faa)?
Also, I keep getting an error for start/stop options?
Do I use prodigal on the orfs this calls?
The text was updated successfully, but these errors were encountered: