You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The structure of AnoPrimer is very simple - its a single python script with functions only, which output variables which can then be provided as inputs to other functions. It was my first python package I had written at the time, and two years on, I think it could be structured differently, which would make it neater more useful.
In particular, I think it would be nice if running Primer3 within AnoPrimer produced a class, which then had primer data, primer3 input parameters, and further methods associated with it, such as looking in ag3 for variation, summarising ag3 cohorts, plotting locations of primers, blatting against the PEST genome, and writing to file.
If I do this, Ill also need to update the notebooks, and the PAMCA-malariaGEN course.
The text was updated successfully, but these errors were encountered:
It's not quite clear what the name should be for the class, both in the package itself and the variable name when using it. In the package, it could be AnoPrimerResults.
The structure of AnoPrimer is very simple - its a single python script with functions only, which output variables which can then be provided as inputs to other functions. It was my first python package I had written at the time, and two years on, I think it could be structured differently, which would make it neater more useful.
In particular, I think it would be nice if running Primer3 within AnoPrimer produced a class, which then had primer data, primer3 input parameters, and further methods associated with it, such as looking in ag3 for variation, summarising ag3 cohorts, plotting locations of primers, blatting against the PEST genome, and writing to file.
If I do this, Ill also need to update the notebooks, and the PAMCA-malariaGEN course.
The text was updated successfully, but these errors were encountered: