Skip to content

Commit

Permalink
Update resumepipeline.sh to use apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jIskCoder authored Sep 18, 2024
1 parent 48943d6 commit c10a976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resumepipeline.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
module purge
module load nextflow/23.10.0
nextflow run main.nf -profile singularity -resume
nextflow run main.nf -profile apptainer -resume

0 comments on commit c10a976

Please sign in to comment.