Skip to content
View simonharnqvist's full-sized avatar

Block or report simonharnqvist

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. DISMaL DISMaL Public

    Demographic inference under the structured coalescent

    Jupyter Notebook 2

  2. IClik IClik Public

    Evaluate composite likelihood models using CLAIC/CLBIC

    Python

  3. python-packaging-tutorial.md python-packaging-tutorial.md
    1
    # Introduction to Python packaging
    2
    
                  
    3
    ## Background: What is a package? Why package?
    4
    A package is simply a way of bundling code together so that you (or someone else) can reuse it without worrying about paths to scripts (or worse, copy-pasting the actual code). There are additional benefits to packaging beyond reusability, like unit testing, automatic dependency management, versioning - but we'll get to that. 
    5
    
                  
  4. java-inventory java-inventory Public

    Java app for inventory management

    Java

  5. blocktools blocktools Public

    Tools for making genomic blocks from high-throughput sequencing data. In early development - see dev branch.

    Java

  6. buttermap buttermap Public

    Mapping pipeline for butterfly genomes

    Python