Nextflow for proseq

Hi Everyone,

I was wondering if there was a nextflow pipeline for proseq? I know about nextflow nascent but it is not working and the slack channel seems dead.

nohup nextflow run nascent -profile test,singularity --outdir test_run
less .nextflow.log
”””
nextflow.exception.AbortOperationException: Project `nf-core/nascent` is currently stuck on revision: main – you need to explicitly specify a revision with the option `-r` in order to use it
”””

best,

Taimor Williams

Could you try

nohup nextflow run nf-core/nascent -r 2.3.0 -profile test,singularity --outdir test_run 

Hi Shiyi,

It worked! Thank you so much!

best,

Taimor