missing output or inconsisted output when rersubmit jobs on SLURM #6175
Unanswered
henryone0910
asked this question in
Q&A
Replies: 1 comment
-
Hard to say without seeing your pipeline code. Can you provide a minimal reproducible example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
I ran a nextflow pipeline with command:
nextflow main.nf -c main.config -entry Workflow -resume
And I configured the process in modules.conf in conf folder, here are some examples:
with
params.publish_dir_mode='copy'
.Expected behavior and actual behavior
The output should be in 3 folders: fastqc, trim and map.
But the actual outputs I saw when I reran were irregular and did not follow any rules. E.g: bam files published into trim and log published into map,... or any other folders.
Steps to reproduce the problem
The pipeline was published normally into the output folder only if I run it first and no errors occurred. If not, when I reran it, the files did not publish into the right folders.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions