Skip to content

Commit

Permalink
fix output names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziad Al Bkhetan committed Oct 21, 2024
1 parent 12ea327 commit 8db00cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/run_alphafold2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ process RUN_ALPHAFOLD2 {

stub:
"""
touch ./"${fasta.baseName}"_alphafold.pdb
touch ./"${fasta.baseName}"_alphafold2.pdb
touch ./"${fasta.baseName}"_mqc.tsv
mkdir "${fasta.baseName}"
touch "${fasta.baseName}/ranked_0.pdb"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/run_alphafold2_pred.nf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ process RUN_ALPHAFOLD2_PRED {

stub:
"""
touch ./"${fasta.baseName}"_alphafold.pdb
touch ./"${fasta.baseName}"_alphafold2.pdb
touch ./"${fasta.baseName}"_mqc.tsv
mkdir "${fasta.baseName}"
touch "${fasta.baseName}/ranked_0.pdb"
Expand Down

0 comments on commit 8db00cb

Please sign in to comment.