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
Minor issue here - will send a pull request one I resolve someother linux-specific issues.
GenBank vs. genbank in loading/component_loading.py causes some issues for Ubuntu users.
@@ -317,7 +317,8 @@ def load_genome(genbank_file, base, components, debug=False):
session = base.Session() try:
gb_file = SeqIO.read(settings.data_directory+'/annotation/GenBank/'+genbank_file,'gb')
print settings.data_directory+'/annotation/GenBank/'+genbank_file
gb_file = SeqIO.read(settings.data_directory+'/annotation/genbank/'+genbank_file,'gb')
The text was updated successfully, but these errors were encountered:
Ahhh k, awesome. I think @aebrahim ran into this one as well. I did a partial test run on Ubuntu 14.04 but didn't make it all the way through.
Sorry, something went wrong.
Merge pull request #1 from jlerman44/patch-1
202398a
Update component_loading.py
No branches or pull requests
Minor issue here - will send a pull request one I resolve someother linux-specific issues.
GenBank vs. genbank in loading/component_loading.py causes some issues for Ubuntu users.
@@ -317,7 +317,8 @@ def load_genome(genbank_file, base, components, debug=False):
The text was updated successfully, but these errors were encountered: