Skip to content

Commit

Permalink
2Rl/3RL in gambiae fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Feb 14, 2024
1 parent 1d304f0 commit 4b60c77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AnoPrimer/AnoPrimer.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,9 @@ def check_and_split_target(species, target, assay_type):
"3L",
"3R",
"X",
], "target contig not recognised, should be 2L, 2R, 3L, 3R or X"
"2RL",
"3RL",
], "target contig not recognised, should be 2L, 2R, 3L, 3R, 2RL, 3RL, X"
elif species == "funestus":
assert contig in [
"2RL",
Expand Down

0 comments on commit 4b60c77

Please sign in to comment.