-
Notifications
You must be signed in to change notification settings - Fork 15
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
mmseqs2 core dump #4
Comments
Hi Joaquim |
Hi genomewalker, I have used as input files only the metagenome contigs, like decribed on the topic: Shall I have to include extra input files?
|
I had a look at the code and seems that it expect that the contig should have the following format:
where @ChiaraVanni can you generalise this so it doesn't depend on the contigs file name? |
My input file is named: "inFile_contigs.fasta" In addtion, find bellow my config.yaml in db_creation folder: Maybe you can figure out some mistake I could been made. ###########################################db_creation/config/config.yaml#############################
########################################db_creation/config/config.yaml################################ Thanks, |
Hi Joaquim here:
should be:
the |
did this work? |
Hi,
We have installed Agnostos-wf and in our first attempt to analyze our metagenomic data we got the error bellow (in bold) after running 'db_creation' workflow
Used command line:
snakemake --use-conda -j 100 --cluster-config config/cluster.yaml --cluster "sbatch --export=ALL -t {cluster.time} -c {threads} --ntasks-per-node {cluster.ntasks_per_node} --nodes {cluster.nodes} --cpus-per-task {cluster.cpus_per_task} --job-name {rulename}.{jobid} --partition {cluster.partition}" -R --until workflow_report
#################################BEGIN slurm log file##############################################
Building DAG of jobs...
Using shell: /usr/bin/bash
Provided cores: 5
Rules claiming more threads will be scaled down.
Job counts:
count jobs
1 mmseqs_clustering
1
Select jobs to execute...
[Fri Jun 18 15:05:26 2021]
rule mmseqs_clustering:
output: /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/cluDB.tsv
log: logs/mmseqs_clustering_stdout.log, logs/mmseqs_clustering_stderr.err
jobid: 0
benchmark: benchmarks/mmseqs_clustering/clu.tsv
threads: 5
set -e
export 'OMPI_MCA_btl=^openib'
OMPI_MCA_btl='^openib'
export OMP_NUM_THREADS=5
OMP_NUM_THREADS=5
export OMP_PROC_BIND=FALSE
OMP_PROC_BIND=FALSE
/home/bioinf/progs/agnostos/agnostos-wf/bin/mmseqs createdb /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/seqDB
/usr/bin/bash: line 8: 1032725 Illegal instruction (core dumped) /home/bioinf/progs/agnostos/agnostos-wf/bin/mmseqs createdb /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/seqDB 2> logs/mm>[Fri Jun 18 15:05:27 2021]
Error in rule mmseqs_clustering:
jobid: 0
output: /home/joaquim.junior/work/projects/bagasse/analysis/agnostos/db_creation/mmseqs_clustering/cluDB.tsv
log: logs/mmseqs_clustering_stdout.log, logs/mmseqs_clustering_stderr.err (check log file(s) for error message)
shell:
Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message
#################################END slurm log file##############################################
I was not able to figure out what might be happening.
Best regards,
Joaquim
The text was updated successfully, but these errors were encountered: