Skip to content
Snippets Groups Projects
Verified Commit 08e5a646 authored by Mia Croiset's avatar Mia Croiset
Browse files

add arima for hicstuff as DpnII + HinfI

parent 69470730
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ if __name__ == "__main__":
elif enzyme == "mboi":
enzyme = "MboI"
elif enzyme == "arima":
enzyme = "Arima"
enzyme = ["DpnII","HinfI"]
bam2pairs(bam1, bam2, out_pairs, info_contigs, min_qual)
......
......@@ -43,7 +43,7 @@ if __name__ == "__main__":
elif enzyme == "mboi":
enzyme = "MboI"
elif enzyme == "arima":
enzyme = "Arima"
enzyme = ["DpnII","HinfI"]
# Generate info_contigs and fragments_list output files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment