Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huyustats committed Jun 2, 2023
1 parent 4ddc624 commit ff456c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liqa_src/liqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main():
else:
print("Please specify reference file format: gtf/ucsc")

if task == "novel":
if task == "novel":
validArgList = ["-task", "-ref", "-format", "-out"]
addAbsPath = [0, 1, 0, 3]
message = "liqa -task -ref <reference_file> -bam <list of bam file> -out <output_file>"
Expand Down

0 comments on commit ff456c2

Please sign in to comment.