Entering edit mode
6.4 years ago
ionox0
▴
390
For example:
clipping_dir:
type: Directory
outputBinding:
glob: '*/'
outputEval: |
${
self.basename = inputs.fastq1.basename.replace('_R1_*', '');
return self
}
This results in the following output directory:
"clipping_dir": {
"basename": "",
"nameext": "",
"nameroot": "",
"location": "file:///home/johnsoni/TEST_RUNS_7/3463813341082909bfada3015f8e63ce/3463813341082909bfada3015f8e63ce",
"class": "Directory"
},
Can you post an example directory?
Hello chrisball053 and welcome to biostars,
please note that Answers should ONLY be used to respond to the original question at the top of this page and provide (full) solutions.
Use the
ADD COMMENT
orADD REPLY
buttons above to respond to someone, ask for clarifications, request more details etc.So I moved your post to a comment.
Keep on writing!
fin swimmer