This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| global: | |
| - indir: data/processed | |
| - outdir: data/analysis | |
| - analysis_dir: data/analysis | |
| - root: data/analysis | |
| - samtools: "data/analysis/{$sample}/samtools" | |
| - samtools_dir: "data/analysis/{$sample}/samtools" | |
| - picard: "data/analysis/{$sample}/picard" | |
| - picard_dir: "data/analysis/{$sample}/picard" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let mapleader="\\" | |
| syntax on | |
| filetype plugin indent on | |
| call plug#begin('~/.vim/plugged') | |
| Plug 'noahfrederick/vim-neovim-defaults' | |
| Plug 'junegunn/vim-easy-align' | |
| Plug 'kassio/neoterm' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| #SBATCH -p serial | |
| #SBATCH --job-name=metagenomics | |
| #SBATCH --time=00:10:00 | |
| # Output and error files | |
| #SBATCH -o job.%J.out | |
| #SBATCH -e job.%J.err | |
| #SBATCH --nodes=1 | |
| #SBATCH --ntasks=1 | |
| #SBATCH --cpus-per-task=6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| #SBATCH -p serial | |
| #SBATCH --job-name=metagenomics | |
| #SBATCH --time=00:10:00 | |
| # Output and error files | |
| #SBATCH -o job.%J.out | |
| #SBATCH -e job.%J.err | |
| #SBATCH --nodes=1 | |
| #SBATCH --ntasks=1 | |
| #SBATCH --cpus-per-task=6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| easyblock = 'Conda' | |
| name = 'IGV' | |
| version = '2.3.91' | |
| homepage = 'http://www.broadinstitute.org/software/igv/' | |
| description = """ The Integrative Genomics Viewer (IGV) is a high-performance visualization | |
| tool for interactive exploration of large, integrated genomic datasets. It supports a wide | |
| variety of data types, including array-based and next-generation sequence data, and genomic annotations. """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "hits" : { | |
| "hits" : [ | |
| { | |
| "_score" : 1, | |
| "_type" : "submission", | |
| "_source" : { | |
| "project" : "MY_AWESOME_PROJECT", | |
| "hpc_meta" : { | |
| "jobs" : [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "timed_out" : false, | |
| "took" : 2, | |
| "hits" : { | |
| "hits" : [ | |
| { | |
| "_id" : "AVxxv6EvgklmRgejGgFv", | |
| "_score" : 1, | |
| "_index" : "hpcrunner", | |
| "_source" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Define help function | |
| function help(){ | |
| echo "EasyBuild Bootstrap - Bootstrap method of installing easybuild"; | |
| echo "Usage example:"; | |
| echo "easybuild-bootstrap (-e|--easybuild_install_base) char [(-h|--help) boolean] [(-E|--environment_modules)] [(-L|--lmod)] [(-b|--eb_version) char] [(-l|--lmod_version) char] [(-m|--em_version) char]"; | |
| echo "Options:"; | |
| echo "-h or --help boolean: Displays this information."; | |
| echo "-E or --environment_modules: Include Environment Modules."; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: bioconductor_minfi | |
| channels: | |
| - bioconda | |
| - r | |
| - defaults | |
| - conda-forge | |
| - nyuad-cgsb | |
| dependencies: | |
| - bioconductor-biobase=2.34.0 | |
| - bioconductor-minfi=1.20.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [MAIN] | |
| # Enable debug log mode (def False) | |
| #debug= | |
| # Enable info log mode (def False) | |
| #info= | |
| # Enable quiet/warning log mode (def False) | |
| #quiet= | |
| [basic] | |
| # Print build overview incl. dependencies (full paths) (def False) |