Hii,
I am running eager latest version, installed through conda, and its working fine with for low number of reads data.
However when i am running for large data, despite the increase of resource and running mode as slurm, its still not able to process the file.
I get the error like;
[73/e6e607] NOTE: Process bwa (B_S_NHMD_231146) terminated with an error exit status (140) -- Execution is retried (3)
[dd/f66caa] NOTE: Process bwa (TOG_XPCJ_T2_GAGAAG_L001_R1_001.fastq.gz) terminated with an error exit status (140) -- Execution is retried (3)
i feel this is because of taking long times.
i have also made config file, like this,
cat nextflow.config
process {
executor = 'slurm'
cpus = 30
memory = '250 GB'
time = '60h'
}
process {
withName: 'EAGER:ALIGN_BWA:BWA_ALN' {
cpus = 20
memory = 200.GB
time = 58.h
}
withName: 'EAGER:ALIGN_BWA:BWA_SE' {
cpus = 20
memory = 200.GB
time = 58.h
}
}
i feel it is being accepted by nexftflow, because there is no error in log file.
my data is single end and size around 50-60 Gb.
I look forward for help.
Hii,
I am running eager latest version, installed through conda, and its working fine with for low number of reads data.
However when i am running for large data, despite the increase of resource and running mode as slurm, its still not able to process the file.
I get the error like;
[73/e6e607] NOTE: Process
bwa (B_S_NHMD_231146)terminated with an error exit status (140) -- Execution is retried (3)[dd/f66caa] NOTE: Process
bwa (TOG_XPCJ_T2_GAGAAG_L001_R1_001.fastq.gz)terminated with an error exit status (140) -- Execution is retried (3)i feel this is because of taking long times.
i have also made config file, like this,
cat nextflow.config
process {
executor = 'slurm'
cpus = 30
memory = '250 GB'
time = '60h'
}
process {
withName: 'EAGER:ALIGN_BWA:BWA_ALN' {
cpus = 20
memory = 200.GB
time = 58.h
}
withName: 'EAGER:ALIGN_BWA:BWA_SE' {
cpus = 20
memory = 200.GB
time = 58.h
}
}
i feel it is being accepted by nexftflow, because there is no error in log file.
my data is single end and size around 50-60 Gb.
I look forward for help.