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

Operon prediction fails at Gene data extraction step #4

Open
alexweisberg opened this issue Feb 15, 2023 · 0 comments
Open

Operon prediction fails at Gene data extraction step #4

alexweisberg opened this issue Feb 15, 2023 · 0 comments

Comments

@alexweisberg
Copy link

I am looking to run MetaRon on my previously annotated genome assemblies. I was able to get it somewhat start running, however it fails with the test data at the data extraction step:

metaron -p op -n testrun -o ./ -i ERR022075 -j ERR022075_scaffold.fa -t 2
All parameters checked
('Sample name: ', 'testrun')
('OUTPUT DIRECTORY: ', './MetaRon_testrun')
config_file_check start
/homedirectory/.local/lib/python2.7/site-packages/metaron-2.0-py2.7.egg/EGG-INFO/scripts
config_file_check completed

********************************** METAGENOMIC OPERON PREDICTION **********************************

Formatting assembly file
Gene data extraction
PRODIGAL
Extracting sequence information...
Number of entries for each gene are not equal, please correct the data and run again

When I add a few print statements, it appears that the regular expression ("tmp1 = re.compile('(?P<file_name......") in the data_extraction function is not matching the prodigal output table, and therefore several fields are not being populated.

I've attached a zip file of the input files and the resulting output from this run.
metaronexample.tar.gz

Thanks!

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