Skip to content

Commit b9024c1

Browse files
committed
Add skip_test to CircosPlot tool
1 parent 95ce5c6 commit b9024c1

File tree

1 file changed

+3
-0
lines changed
  • janis_bioinformatics/tools/pmac/circosplot

1 file changed

+3
-0
lines changed

janis_bioinformatics/tools/pmac/circosplot/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ def cpus(self, hints: Dict[str, Any]):
9797
return val
9898
return 1
9999

100+
def skip_test(cls) -> bool:
101+
return True
102+
100103
def bind_metadata(self) -> ToolMetadata:
101104
from datetime import datetime
102105

0 commit comments

Comments
 (0)