You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nextflow run main.nf -profile docker [...] --run_ancestry fails when it was ran previously but when the work directory has not been removed. The samplesheet format is pfile. This occurred with multiple different files.
The easy workaround is to just remove the work directory before running, so this is not important/urgent.
Command used and terminal output
Here is an example:initial nextflow run --> successrepeating the same command (same files) immediately after --> failurerm -rf workrepeating the same command (same files) --> successOr...initial nextflow run --> failurerm -rf workrunning the pipeline on a different file immediately after --> success
Relevant files
No response
System information
pgscatalog/pgsc_calc v2.0.0-alpha.2
Ubuntu, on AWS EC2
Docker
The text was updated successfully, but these errors were encountered:
This could also be related to the VCF input bug #180
We cache intermediate files (e.g. recoded genomes, summary stats, etc.) across runs on the same dataset to save space and CPU time. If a bugged workflow run gets cached then future runs of the pipeline could fail randomly.
It's worth waiting to see if this still happens for you when we release a patch sometime next week.
Description of the bug
nextflow run main.nf -profile docker [...] --run_ancestry fails when it was ran previously but when the work directory has not been removed. The samplesheet format is pfile. This occurred with multiple different files.
The easy workaround is to just remove the work directory before running, so this is not important/urgent.
Command used and terminal output
Relevant files
No response
System information
pgscatalog/pgsc_calc v2.0.0-alpha.2
Ubuntu, on AWS EC2
Docker
The text was updated successfully, but these errors were encountered: