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

SemiBin2 runs prodigal even when --prodigal-output-faa is provided #185

Open
jolespin opened this issue Jan 28, 2025 · 0 comments
Open

SemiBin2 runs prodigal even when --prodigal-output-faa is provided #185

jolespin opened this issue Jan 28, 2025 · 0 comments

Comments

@jolespin
Copy link

I've added SemiBin2 as one of the default prokaryotic binning algorithms in VEBA v2.4.0 to replace some of the more dated binning algorithms (e.g., MaxBin2). I'm trying to decrease redundancies in my workflow since I want to be able to scale VEBA up to thousands of samples. Since the prokaryotic binning module runs iteratively there is a good amount of redundant compute by performing gene calls each time.

When I run btop, I can see that prodigal is running in the backend tied back to the SemiBin2 process (I forgot to screenshot it but noticed it a few times. I can rerun if needed).

Here's my command:

SemiBin2 --version
2.1.0

SemiBin2 single_easy_bin -i scaffolds.fasta --depth-metabat2 ../Analysis/veba_output/binning/prokaryotic/S1/intermediate/1__coverage/coverage_metabat.tsv -o ../Analysis/veba_output/binning/prokaryotic/S1/intermediate/6__binning_semibin2/intermediate -m 1500 -p 16 --environment global --prodigal-output-faa ../Analysis/veba_output/binning/prokaryotic/S1/intermediate/2__pyrodigal/gene_models.faa --minfasta-kbs 200 --random-seed 1 --verbose --tmpdir ../Analysis/veba_output/binning/prokaryotic/S1/intermediate/6__binning_semibin2/intermediate/tmp --engine auto --compression none --tag-output bin --sequencing-type short_read

Is there any way you can look into this?

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