Skip to content

genomic-medicine-sweden/nextflow-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shared nextflow modules and assets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 54.4%
  • Nextflow 42.5%
  • Python 1.0%
  • Singularity 0.7%
  • Shell 0.7%
  • Batchfile 0.4%
  • Makefile 0.3%