Skip to content
Snippets Groups Projects
Commit 1e6bce5c authored by John Lafin's avatar John Lafin
Browse files

Add -f to nf clean

parent 2c1184b4
Branches
Tags
No related merge requests found
Pipeline #13563 canceled with stages
in 21 seconds
...@@ -37,4 +37,4 @@ test-cr-count: # Run cellranger count on the test data ...@@ -37,4 +37,4 @@ test-cr-count: # Run cellranger count on the test data
- nextflow run workflow/main.nf --reference=/home/strand_admin/ref/refdata-gex-GRCh38-2020-A --noBam=true # Necessary to run on VM; skip bam generation - nextflow run workflow/main.nf --reference=/home/strand_admin/ref/refdata-gex-GRCh38-2020-A --noBam=true # Necessary to run on VM; skip bam generation
#- module load nextflow/22.04.5 # Necessary to run on astrocyte #- module load nextflow/22.04.5 # Necessary to run on astrocyte
#- nextflow run workflow/main.nf #- nextflow run workflow/main.nf
- nextflow clean -keep-logs - nextflow clean -f -keep-logs
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment