Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit d3224f3

Browse files
committed
Removed set seed
1 parent 4142c64 commit d3224f3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

modules/local/run_alphafold2/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ process RUN_ALPHAFOLD2 {
6363
--mgnify_database_path=./mgnify/mgy_clusters_2022_05.fa \
6464
--template_mmcif_dir=./pdb_mmcif/mmcif_files \
6565
--obsolete_pdbs_path=./pdb_mmcif/obsolete.dat \
66-
--random_seed=53343 \
6766
$args
6867
6968
cp "${fasta.baseName}"/ranked_0.pdb ./"${meta.id}"_alphafold2.pdb

modules/local/run_alphafold2_pred/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ process RUN_ALPHAFOLD2_PRED {
4848
--model_preset=${alphafold2_model_preset} \
4949
--output_dir=\$PWD \
5050
--data_dir=\$PWD \
51-
--random_seed=53343 \
5251
--msa_path=${msa} \
5352
$args
5453

0 commit comments

Comments
 (0)