Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 650 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 650 Bytes

nextflow-modules

Shared nextflow modules and assets used at CMD

The basic structure of the pipeline is as follows


├── LICENSE
├── modules
│   ├── bwa
│   │   └── main.nf
│   ├── samtools
│   │   └── main.nf
│   └── senteion
│       └── bwa
├── pipeline
│   ├── micro
│   │   ├── data
│   │   │   └── micro
│   │   │       ├── SRR10490537_1.fastq.gz
│   │   │       └── SRR10490537_2.fastq.gz
│   │   ├── main.nf
│   │   └── nextflow.config
│   └── nextflow.config
└── README.md