Skip to content

Commit

Permalink
Add acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Jul 17, 2024
1 parent 50d434c commit 3a864cc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,11 @@ the work directory in which the workflows could resume, writing only the results
specific directory (which is also handy for clean up). Native processes also don't stage
files, and so must be referred to using their uri strings (by using `val` instead of `path`
on `Path` types), which makes handling input files easier. Resuming a workflow is then left
to the child `nextflow` process.
to the child `nextflow` process.

## Acknowledgements

Special thanks to [James Fellows Yates](https://github.com/jfy133) for finding a small
dataset that runs from fetchngs through to funcscan (frankly, the hardest part). And a
big thank you to the nf-core and Nextflow community for all their questions and discussions.

0 comments on commit 3a864cc

Please sign in to comment.