Skip to content
View iranmdl's full-sized avatar
Block or Report

Block or report iranmdl

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
iranmdl/README.md

Header

Kaixo there 👋

#!/usr/bin/python
# -*- coding: utf-8 -*-

import time

class BioinformaticsScientist:

    def __init__(self):
        self.name = "Irantzu"
        self.role = "Bioinformatics Scientist"
        self.location = "Oslo, Norway"
        self.rl_languages = ["spanish", "english", "basque"]

    @staticmethod
    def siesta():
        print("...zzz...")
        time.sleep(10000)

    def say_hi(self):
        print("Hi! I still need to improve this README. Mañana, mañana...")
        self.siesta()

me = BioinformaticsScientist()
me.say_hi()

👩‍💻 Technologies & Tools

Programming Languages:

Python R

Workflow orchestrators:

nextflow

Tools and Services:

Docker Singularity

🧬 Bioinformatics

me.siesta()

📝 Publications

me.siesta()

Let's connect! Find me on...

My linkedin My e-mail

Agur!

ViewCount

Popular repositories Loading

  1. SUPER SUPER Public

    Forked from mtormo/SUPER

    Python

  2. NGS_scripts_misc NGS_scripts_misc Public

    Perl

  3. somaticseq somaticseq Public

    Forked from bioinform/somaticseq

    An ensemble approach to accurately detect somatic mutations using SomaticSeq

    Shell

  4. iranmdl iranmdl Public