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:
parent
65b6bf7c62
commit
798d845a0d
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue