Skip to content

Instantly share code, notes, and snippets.

View Juke34's full-sized avatar
:octocat:
🇸🇪 🇫🇷 🇦🇹

Jacques Dainat Juke34

:octocat:
🇸🇪 🇫🇷 🇦🇹
View GitHub Profile
@Juke34
Juke34 / annotation_using_MAKER.md
Last active August 31, 2023 08:35
Genome annotation steps

Making a good genome annotation using MAKER3


Foreword

Making a good annotation isn't easy, MAKER or not MAKER!
Here I explain the main steps to avoid the pitfalls and make a good annotation using the MAKER annotation tool.

Information on commands and protocols can also be found here: https://nbisweden.github.io/workshop-genome_annotation_elixir/exercises

@philippbayer
philippbayer / changes.md
Last active November 9, 2023 15:20
createRepeatLandscape.pl changes for EDTA/TESorter classes

I changed the following in RepeatMasker/util/createRepeatLandscape.pl to make classes reported by EDTA and TESorter appear in the plot.

Around line 220 I added CACTA repeats as their own class:

              [ 'DNA/Transib',    '#FF9972' ],
              [ 'DNA/CACTA',      '#D45B2C' ],

I got the color by googling #FF9972 and then clicking around in that feature to get a similar looking color.

Then, around line 700, I added all these translations:

@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active July 22, 2024 08:35
crack activate Office on mac with license file
@jcavat
jcavat / Dockerfile
Last active July 19, 2024 11:36
docker-compose with php/mysql/phpmyadmin/apache
FROM php:7.1.2-apache
RUN docker-php-ext-install mysqli