TheJacksonLaboratory / splicing-pipelines-nf

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

Running test = true on Sumner requires rmats_pairs.txt #227

Closed angarb closed 3 years ago

angarb commented 3 years ago

Problem

While running on Sumner, the pipeline fails if you set test = true and do not provide a rmats.pairs file. No such file: /projects/anczukow-lab/NGS_analysis/Trowbridge_collaboration/test2/rmats_pairs.txt As the point is to run this until Star, you should not need an rmats_pairs.txt file.

Solution

Remove the rmats_pairs requirement if test = true (it seems to work like this on the cloud).

Implementation

angarb commented 3 years ago

Error did not replicate. Closing issue.