Skip to content

Commit

Permalink
stop gget for funestus
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Aug 22, 2023
1 parent 7f17740 commit 059766b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions notebooks/AgamPrimer-long.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -566,13 +566,14 @@
},
"outputs": [],
"source": [
"blat_result_df = AgamPrimer.gget_blat_genome(\n",
" primer_df, \n",
" assay_type, \n",
" assembly='anoGam3'\n",
")\n",
"if species == 'gambiae_sl':\n",
" blat_result_df = AgamPrimer.gget_blat_genome(\n",
" primer_df, \n",
" assay_type, \n",
" assembly='anoGam3'\n",
" )\n",
"\n",
"blat_result_df"
" blat_result_df"
]
},
{
Expand Down

0 comments on commit 059766b

Please sign in to comment.