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