We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cec79fd + 2f01ce1 commit d088fc6Copy full SHA for d088fc6
modules/local/protenix_refold.nf
@@ -11,9 +11,7 @@ process PROTENIX_REFOLD {
11
accelerator 1, type: 'nvidia-gpu'
12
13
input:
14
- tuple val(meta), path(mpnn_sequences)
15
- tuple val(target_meta), path(target_sequence_file)
16
- path extract_target_script
+ tuple val(meta), path(mpnn_sequences), path(target_sequence_file)
17
18
output:
19
tuple val(meta), path("${meta.id}_protenix_output"), emit: predictions
0 commit comments