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 / anvio8_arm.md
Last active November 19, 2024 10:05
Anvio8 docker image for M1/M2/M3...

Create Dockerfile

Create a file called anvio_dockerfile and copy paste the following in it and save:

FROM condaforge/miniforge3:24.7.1-2

RUN conda create -y --name anvio-dev python=3.10

RUN conda install -y -c conda-forge -c bioconda python=3.10 \
@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 April 22, 2025 17:52
crack activate Office on mac with license file
@jcavat
jcavat / Dockerfile
Last active April 15, 2025 17:40
docker-compose with php/mysql/phpmyadmin/apache
FROM php:7.1.2-apache
RUN docker-php-ext-install mysqli