def outputs(self) -> List[TOutput]: return [ TOutput( "out", TextFile, doc=OutputDocumentation(doc="Genome file for BedToolsCoverage"), ) ]
def outputs(self) -> List[TOutput]: return [ TOutput( "out", File, doc=OutputDocumentation( doc="Header file for VarDict, generated based on the reference index" ), ) ]