-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update documentation #9
Conversation
mkatsanto
commented
Oct 6, 2022
- minimal specs
- change order of sections
- estimated running time of local test.
…stimated running time of local test.
|
||
In order to run RCRUNCH, please fill in the organism related data and the experiment-dependent parameters for the different samples in the file `config.yaml`. | ||
|
||
> ✨ For your convenience an empty [config.yaml](config.yaml) file is available to fill in. | ||
|
||
|
||
### 5b. Dry run and DAG generation (optional) | ||
### 6b. Dry run and DAG generation (optional) |
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.
Explain what "dry run" is, e.g. "To check whether the pipeline can run and all of the dependencies are satisfied, without actually executing the commands, you can do a 'dry run' with the following command:
This command will generate a graph (directed acyclic graph, DAG) that shows you how the data would flow through the pipeline.
README.md
Outdated
@@ -142,20 +168,5 @@ nohup bash run_local_singularity.sh & | |||
|
|||
> ✨ Note: You can use any one of the: `nohup`, `screen` or `tmux`. | |||
|
|||
## Testing | |||
To ensure that the version is working properly you can test it by: |
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.
To ensure that the code is working... version would raise question as to what the version is and how it relates to others