I'm trying to create a common workflow language script, to run on a server, that requires spades be initialized with the command module load spades
my requirements section looks like this
requirements:
SoftwareRequirement:
packages:
spades:
specs: [ "module load spades" ]
I get the following error when I run the tool
Tool definition failed initialization:
SPAdes.cwl:7:3: Unsupported requirement SoftwareRequirement
what could be wrong with my code
This is helpful, I will just
module load spades
before running the script