-
Notifications
You must be signed in to change notification settings - Fork 15
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
Nextflow documentation #184
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Replacing the explicit `conda env create` with curl downloading the `environment.yml` file and piping into `conda env create` to prevent documentation getting out of sync
wip wip wip wip
evanroyrees
added
documentation
Improvements or additions to documentation
nextflow
Nextflow related issues/code
labels
Dec 21, 2021
🎨 Replace links to WiscEvan to KwanLab 🎨 Change NCBI database links to point to mentioned files rather than directory containing file
📝 Replace section headers following sphinx headers and sections. See: https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/WritingReST/HeadlinesAndSection.html#headlines-and-sections 📝 Fix incorrect bold formatting in 'Parameters to set every time' section
evanroyrees
force-pushed
the
nextflow_documentation
branch
from
January 7, 2022 15:24
c168117
to
2f8e7b5
Compare
evanroyrees
approved these changes
Jan 7, 2022
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.
👍 This looks good for now. I've fixed typos, formatting and grammar issues.
I'm sure we'll continue to iterate on this as others ask questions/require more info.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds the basic steps on how to run Autometa using nextflow. Still a work in progress on more advanced configs.
Basic steps won't work unless #181 is merged (or when dev is eventually merged)