Skip to content
Snippets Groups Projects
Commit 68353bf2 authored by Beibei Chen's avatar Beibei Chen
Browse files

add upsetplot to chipseeker

parent 05929a88
No related merge requests found
......@@ -36,7 +36,7 @@ def main():
args = argparser.parse_args()
run(args.infile, args.genome, args.limit, args.output)
def run(infile, genome, limit, output)
def run(infile, genome, limit, output):
infile = pybedtools.BedTool(infile)
#genome = twobitreader.TwoBitFile(genome)
output = open(output+".fa","w")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment