Skip to content

Commit e833098

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

janis_bioinformatics/tools/common/indexfasta.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ def constructor(self):
114114
)
115115
self.output("out_dict", source=self.create_dict, output_name="reference")
116116

117+
def skip_test(cls) -> bool:
118+
return True
119+
117120
def bind_metadata(self):
118121
return ToolMetadata(
119122
contributors=["Michael Franklin"],

0 commit comments

Comments
 (0)