Code below is for this link: https://github.com/AstrobioMike/dp_tools/tree/mike-dev
You will need to change the git clone
command below accordingly to be your username and your branch name.
# cloning just wanted branch
git clone -b mike-dev https://github.com/AstrobioMike/dp_tools.git
# making virtual env (six, requests, and rich i needed when doing local nextflow runs (even though they worked when outside nextflow) so just added here)
mamba create -y -n dp-tools-dev -c conda-forge -c bioconda -c defaults python=3 samtools=1.15.1 pytest=7.1.3 six requests rich
conda activate dp-tools-dev
# installing in "development mode" (so we can edit code that the package recognizes and uses)
pip install --editable dp_tools/
# quick test that it can find modules
dpt-get-isa-archive -h
When testing local nextflow workflows with the above install, libraries were missing (even though they worked outside of nextflow/pip shows them installed already). Adding them with conda worked though:
mamba install -c conda-forge six requests rich
Interactive function plots and tables are here. BRAILLE update (31-Mar-2021) Previous update docs https://hackmd.io/@astrobiomike/BRAILLE-notes-17-Mar-2021 https://hackmd.io/@astrobiomike/BRAILLE-update-24-Feb-2021 https://hackmd.io/@astrobiomike/BRAILLE-update-3-Feb-2021 https://hackmd.io/@astrobiomike/BRAILLE-notes-12-Dec-2020
Nov 24, 2024Overview Metagenomics attempts to sequence all the DNA present in a sample. It can provide a window into the taxonomy and functional potential of a mixed community. There are a ton of things that can be done with metagenomics data as this non-exhaustive overview figure begins to highlight: <a href="https://astrobiomike.github.io/images/metagenomics_overview.png "><img src="https://astrobiomike.github.io/images/metagenomics_overview.png "></a> This page is an introduction to some concepts about one of the things we can try to do with metagenomics data: recovering metagenome-assembled genomes (MAGs). Key concepts
Jul 25, 2024<a href="https://github.com/AstrobioMike/AstrobioMike.github.io/raw/master/images/GToTree-logo-1200px.png "><img src="https://github.com/AstrobioMike/AstrobioMike.github.io/raw/master/images/GToTree-logo-1200px.png "></a>
Jul 22, 2024GUI used was Jetstream2 exosphere: https://jetstream2.exosphere.app/ Summary info The base image created below is publicly available as "STAMPS-2023" and includes: conda v23.5.2 / mamba v1.4.9 jupyterlab v3.6.3 in base conda env an anvio-dev conda environment R v4.3.1 / Rstudio Server (2023.06.1-524) with:BiocManager 1.30.21 remotes 2.4.2
Jul 8, 2024or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up