-
Notifications
You must be signed in to change notification settings - Fork 7
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
Question about error in grid multiplex-(ERR): bowtie2-align died with signal 6 (ABRT) #19
Comments
Hi Joo-Young, Cheers, |
Hi Tunde, Thank you for your response.
slurm.output:
Although I am not sure whether this error happened due to memory issue or not, I can see bowtie.txt file in the directory unlike error message. FYI, 224 files accounting for 155G exist in /grid_db/comperehensive_db/. I wonder if this error resulted from memory issue.
I submitted another jobs allocating more CPU and memory resources as follows. Could you correct if these are not enough for processing grid multiplex? 50 CPU, 50G memory:
50CPU, 100G memory:
Also, I wonder if you have specification for running grid multiplex, for example, minimum requirements in CPU and memory. Thank you for your support. Cheers |
Hi, There is a typo in your path to the GRiD DB. Confirm the spelling for "comprehensive" as it pertains to your directory. Another suggestion to increase runtime, use the -n flag to increase the number of threads to be used by bowtie. (e.g. -n 20). Tunde |
Hi Tunde, Thank you for your support. I submitted corrected scripts to re-run jobs. I will posted here after running complete. Thanks, |
Hello,
I got an error (ERR): bowtie2-align died with signal 6 (ABRT) while I was running
grid multiplex
with my dataset. I installed GRiD on conda environment and downloaded databases. Runninggrid single
andgrid multiplex
with example data set was successful.However, I only got error when I tried to run
grid multiplex
with my dataset. My inputs are MAGs from DAS_tool in fa format and I converted fa files to fq files, I tested both seqtk (seqtk seq bin.fa > bin.fq -F30
) and bbmap (reformat.sh in=bin.fa out=bin1.fq -qfake=30
) to prepare input files for GRiD. The followings are summary of my commands and error.##running grid multiplex with seqtk-converted fq files:
#work dir/input: ./input_fa_fq_seqtk/
#db (-d): ../../grid_db/comperehensive_db/
#output (-o): ../20200803_multiplex_output_fq_seqtk
#run grid multiplex:
$ grid multiplex -r . -e fq -d ../../grid_db/comperehensive_db/ -o ../20200803_multiplex_output_seqtk -c 0.2 -p -n 10
##running grid multiplex with reformat-converted fq files:
#work dir: /input_Std_fq_converted
#db (-d): ../../grid_db/comperehensive_db/
#output (-o): ../20200803_multiplex_output_fq_reformat
#run grid multiplex:
$ grid multiplex -r . -e fq -d ../../grid_db/comperehensive_db/ -o ../20200803_multiplex_output_reformat -c 0.2 -p -n 10
#output(error):
Also, I tried running
grid multiplex
with using environ_specific_database (skin and Stool) and by submitting job (sbatch), but got the same errors.Please let me know if you need more detail. Thank you for your time and support.
Best,
Joo-Young
The text was updated successfully, but these errors were encountered: