Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 7e4f055

Browse files
author
Harald Wilhelmi
committed
Fixing DCC call via circtools
1 parent a339e7d commit 7e4f055

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

circtools/circtools.py

100755100644
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,12 @@ def sirna():
524524
@staticmethod
525525
def detect():
526526
parser = argparse.ArgumentParser(
527-
description="circular RNA detection")
527+
description="circular RNA detection",
528+
fromfile_prefix_chars="@",
529+
)
528530

529531
parser.add_argument("--version", action="version", version=version)
532+
parser.add_argument("Command", choices=['detect'])
530533
parser.add_argument("Input", metavar="Input", nargs="+",
531534
help="Input of the Chimeric.out.junction file from STAR. Alternatively, a sample sheet "
532535
"specifying where your chimeric.out.junction files are, each sample per line, "

0 commit comments

Comments
 (0)