Skip to content

Commit d088fc6

Browse files
authored
Merge pull request #48 from seqeralabs/seqera-ai/20251121-214200-fix-protenix-refold-input-signature
Fix PROTENIX_REFOLD input signature mismatch
2 parents cec79fd + 2f01ce1 commit d088fc6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/local/protenix_refold.nf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ process PROTENIX_REFOLD {
1111
accelerator 1, type: 'nvidia-gpu'
1212

1313
input:
14-
tuple val(meta), path(mpnn_sequences)
15-
tuple val(target_meta), path(target_sequence_file)
16-
path extract_target_script
14+
tuple val(meta), path(mpnn_sequences), path(target_sequence_file)
1715

1816
output:
1917
tuple val(meta), path("${meta.id}_protenix_output"), emit: predictions

0 commit comments

Comments
 (0)