Skip to content
View cd-mirsekaja's full-sized avatar

Block or report cd-mirsekaja

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. command repetition function (shell) command repetition function (shell)
    1
    # usage rep "<command>" <interval time>
    2
    
                  
    3
    rep() {
    4
           	local cmd="${1}"
    5
            local sleep_time="${2:-5}"
  2. genotree genotree Public

    A pipeline for generating phylogenetic supertrees trees from a dataset of genomes and genes. Result of the Bachelor's Thesis "Cryptochrome evolution across fish species".

    R