forked from AustralianBioCommons/proteinfold
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from Australian-Structural-Biology-Computing/cl…
…ean-up-code Clean up code
- Loading branch information
Showing
7 changed files
with
165 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
module load nextflow/23.04.4 java/11 | ||
module load nextflow/23.04.4 java/11 cuda/11.8.0 | ||
|
||
export SINGULARITY_CACHE_DIR=/srv/scratch/sbf/singularity_cache | ||
export NXF_SINGULARITY_CACHEDIR=/srv/scratch/sbf/singularity_cache | ||
export SINGULARITY_CACHE_DIR=/srv/scratch/$USER/Singularity/cache | ||
export NXF_SINGULARITY_CACHEDIR=/srv/scratch/$USER/Singularity/cache | ||
|
||
nextflow run ../main.nf \ | ||
--input samplesheet.csv \ | ||
--outdir test_out \ | ||
--mode alphafold2 \ | ||
--alphafold2_db /data/bio/alphafold \ | ||
--alphafold2_db /mnt/af2/ \ | ||
--full_dbs true \ | ||
--alphafold2_model_preset monomer \ | ||
--alphafold2_model_preset multimer \ | ||
--alphafold_params_name 'params' \ | ||
--alphafold2_mode 'split_msa_prediction' \ | ||
--use_gpu true \ | ||
-profile singularity \ |