cellgeni/imaging_microaligner
modulewrite your description here
sort example genomics
Module Information
Tools
imaging
Inputs
| Name | Type | Description |
|---|---|---|
| meta | map | Groovy Map containing sample information e.g. `[ id:'test', single_end:false ]` |
| bam | file | Sorted BAM/CRAM/SAM file |
Outputs
| Name | Type | Description |
|---|---|---|
| meta | map | Groovy Map containing sample information e.g. `[ id:'test', single_end:false ]` |
| versions | file | File containing software versions |
| bam | file | Sorted BAM/CRAM/SAM file |
Quick Start
Include this module in your Nextflow pipeline:
include { IMAGING_MICROALIGNER } from 'https://github.com/cellgeni/nf-modules/tree/main/modules/sanger-cellgeni/imaging/microaligner'