1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

run prettier

This commit is contained in:
AdrijaK 2022-09-22 14:21:02 +02:00
parent 65b6bf7c62
commit 798d845a0d

View file

@ -22,6 +22,7 @@ export NXF_SINGULARITY_CACHEDIR=/projects/dan1/people/${USER}/cache/singularity-
``` ```
Create the user-specific nextflow directories if they don't exist yet: Create the user-specific nextflow directories if they don't exist yet:
``` ```
mkdir $NXF_SINGULARITY_CACHEDIR mkdir $NXF_SINGULARITY_CACHEDIR
mkdir $NXF_HOME mkdir $NXF_HOME
@ -32,4 +33,3 @@ Finally, download and test the pipeline of choice using the `-profile ku_sund_da
``` ```
nextflow run nf-core/rnaseq -profile test,ku_sund_dangpu nextflow run nf-core/rnaseq -profile test,ku_sund_dangpu
``` ```