An open API service indexing awesome lists of open source software.

https://github.com/sarahbeecroft/fastgenomics

Port of MDNF to Pawsey
https://github.com/sarahbeecroft/fastgenomics

Last synced: 2 months ago
JSON representation

Port of MDNF to Pawsey

Awesome Lists containing this project

README

        

# Porting to Pawsey

Conda env to get around some missing local installs until containers or conda env built into pipeline
```
conda create -n mdnf
conda activate mdnf
mamba install -y -c bioconda nextflow=21.10.6 biobambam picard
```