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

Multithreading option in GALA #28

Open
arslan9732 opened this issue Nov 14, 2022 · 0 comments
Open

Multithreading option in GALA #28

arslan9732 opened this issue Nov 14, 2022 · 0 comments

Comments

@arslan9732
Copy link

Hi,
I am trying to use GALA in a single command on the cluster using the sun grid engine. But it is very slow due to the unavailability of multithreading in the GALA. Is there any way to speed up the job using multithreading.

Here is my script.

#!/bin/bash

#$ -N gala
#$ -cwd
#$ -l h_vmem=20G
#$ -o gala.log
#$ -e gala.error
### number of cores to be used
#$ -pe smp 26


#####   Actual script and data dir ########
WD=/mnt/data/

export PATH="/mnt/bin/hifiasm/hifiasm-0.16.1/:$PATH"
export PATH="/mnt/bin/canu/canu-2.2/bin/:$PATH"
export PATH="/mnt/bin/minimap2/minimap2-2.17_x64-linux/:/mnt/bin/samtools/samtools-1.9/:$PATH"
export PATH="/mnt/bin/bwa/bwa-0.7.17/:$PATH"
export PATH="/mnt/bin/flye/Flye-2.9.1/bin/:$PATH"

python2 /mnt/tool/GALA/gala draft_names_paths.txt fq raw pacbio-raw -f Final_combine -a canu flye hifiasm
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