Skip to content
View stroehleina's full-sized avatar

Block or report stroehleina

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. vetscience/drug_target_app vetscience/drug_target_app Public

    Online application for the prediction, ranking and prioritisation of drug targets in Schistosoma haematobium

    R

  2. frakka frakka Public

    Filter Kraken output files and calculate read-level and summary confidence score metrics per classified species.

    Python 5

  3. mitts mitts Public

    MITTS - Mutations In Twenty Three S

    Python

  4. Function that can be added as an ali... Function that can be added as an alias to your ~/.bashrc to find all conda environments that contain a particular package (and optionally version)
    1
    #Usage: conda-find.sh my-lost-package my-version
    2
    
                  
    3
    conda info --envs |
    4
    grep -v "#" |
    5
    sed 's/\s\+/\t/' |