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

Running Cd Hit is slow #144

Open
mdMoinuddinSheam opened this issue Mar 24, 2024 · 0 comments
Open

Running Cd Hit is slow #144

mdMoinuddinSheam opened this issue Mar 24, 2024 · 0 comments

Comments

@mdMoinuddinSheam
Copy link

Hi,

I am running cd hit on HPC and I have around 3.5 million sequences. The code I am using is:

`#!/bin/bash
#SBATCH --job-name="cd_copy2"
#SBATCH --partition=Orion
#SBATCH --nodes=3
#SBATCH --ntasks-per-node=32
#SBATCH --time=30-00:00:00

module load cd-hit/4.8.1

cd-hit-est -i /projects/luo_lab/ncldv/cd_hit/aloha1_megahit_copy_2/aloha1_megahit.fa.gz
-o /projects/luo_lab/ncldv/cd_hit/aloha1_megahit_copy_2/aloha1/aloha1_megahit.fa.gz
-c 0.95 -n 8 -M 160000 -s 0.9 -aS 0 `

However, it is taking around 30 days to cluster this. Is there any way to make it faster? 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