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
Hi there, appreciate these changes as this is my exact use case, but I've found that I'm getting errors when I specify both options in v2.1.1.
I have tried multiple combinations of specifying protospacer and reference in samplesheet and params (running via nextflow tower on aws batch) - the only way that leads to successful pipeline completion is with both specified only in the samplesheet.
When I use only --protospacer I encounter an error on CRISPRSEQ_PLOTTER where the protospacer is passed as [].
When I use --reference as a path to a .fasta I encounter an error on ORIENT_REFERENCE:
Caused by:
No such variable: id -- Check script '.nextflow/assets/nf-core/crisprseq/./workflows/../modules/local/orient_reference.nf' at line: 2
I have tried multiple combinations of specifying
protospacer
andreference
in samplesheet and params (running via nextflow tower on aws batch) - the only way that leads to successful pipeline completion is with both specified only in the samplesheet.When I use only
--protospacer
I encounter an error onCRISPRSEQ_PLOTTER
where the protospacer is passed as[]
.When I use
--reference
as a path to a.fasta
I encounter an error onORIENT_REFERENCE
:Appreciate any help you may have!
Originally posted by @benemead in #43 (comment)
The text was updated successfully, but these errors were encountered: