-
Notifications
You must be signed in to change notification settings - Fork 1
Improve the readme #6
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move the core algorithm to the code itself as Code Documentation
## Execute the script by using the following command: | ||
|
||
```nextflow run main.nf``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nextflow run main.nf
The -resume option skips the execution of any step that has been processed in a previous execution. | ||
|
||
## Adding a publishDir directive to the gzip process to store the process results into a directory of your choice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
publishDir
* feat: add the param for (un)trimmed parameter * fix: update the outputExtension wrt the trimmed param * create readme file (#1) * Create README.md * fix: change readme * Create LICENSE (#4) * Improve the readme (#6) * Create LICENSE * fix: improve the readme * fix: add code documentation Co-authored-by: Shruti Sharma <61221967+sharma-shruti@users.noreply.github.com>
Add some information about the gzip process and how to run the script and where to see the result.