Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collect sorted bam output to emit the result #25

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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