TheJacksonLaboratory / splicing-pipelines-nf

Repository for the Anczukow-Lab splicing pipeline
14 stars 9 forks source link

Fix saving files #263

Closed Vlad-Dembrovskyi closed 2 years ago

Vlad-Dembrovskyi commented 2 years ago

It was found that stringti_merged results folder as well as some other folders are missing all or some files. Most probably that started happening after output pattern update needed to save .command.* logs in #251 .

This PR fixes the issues.

To test:

git clone https://github.com/TheJacksonLaboratory/splicing-pipelines-nf
cd splicing-pipelines-nf
git fix-saving-files
NXF_VER=20.01.0 nextflow run . -profile ultra_quick_test,docker --test false

The job will fail on the last process, but that's expected.

Then check folders:

Vlad-Dembrovskyi commented 2 years ago

Approved by @angarb https://lifebit-biotech.slack.com/archives/G01017Z5P2P/p1631542779001000?thread_ts=1631024711.007300&cid=G01017Z5P2P merging