Skip to content

Commit

Permalink
collect sorted bam output to emit the result
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Jan 28, 2025
1 parent 7f202ef commit 281eaee
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 43 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ AliNe is a pipeline written in Nextflow that aims to efficiently align reads aga
* [Output](#output)
* [Structure](#structure)
* [Statistics](#statistics)
* [Integrating AliNe in another nf pipeline](#integrating-aline-in-another-nf-pipeline)
* [Contributing](#contributing)

## Foreword
Expand Down Expand Up @@ -494,6 +495,11 @@ You will get a table similar to this one:
15 yeast_R1_seqkit_trim_subread 69.21661409043114 44 0.007607999999999999
```
## Integrating AliNe in another nf pipeline
In nextflow it is possible to call external workflow like AliNe from another workflow.
This require to write a dedicated process that will call AliNe and get back the results.
A complete guide how to do so is axailable [here](https://github.com/mahesh-panchal/nf-cascade?tab=readme-ov-file)
## Contributing
Expand Down
Loading

0 comments on commit 281eaee

Please sign in to comment.