Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 634 Bytes

TODO.rst

File metadata and controls

20 lines (18 loc) · 634 Bytes

TODO

  • Implement a very basic main file core.py with main function shells:
    • logic for dynamic vs. static execution
    • ftp download for single file
    • ftp download for multiple files
    • execution timer
    • recording of the timer data
    • allele count implementation
    • PCA execution
  • Implement unit tests with test harnesses for functions
  • Implement the functions
  • Implement the packaging, proper modules, and tox

Done:

  • Create a project structure
  • Implement a very basic main file core.py with main function shells:
    • argument parsing
    • configuration file loading