Skip to content

Commit 0c0ecc8

Browse files
Update Readme.md
1 parent de84e6d commit 0c0ecc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Moreover, you need to install node.js for evaluation of the built-in java script
2121

2222
### 1. How to run:
2323
For workflow execution with cwltool and toil, you can find example shell scripts in the top directory (`run_*.sh`). They can be use in the following fashion (however, you likely need to slightly adjust the cwlrunner command line specified in the scripts):
24-
`bash ./run_cwltool.sh <cwl_workflow> <input_file_or_dir> <output_dir>`
24+
`bash ./run_cwltool.sh <cwl_workflow> <input_file_or_dir> <output_dir>`
2525
Or: `bash ./run_toil.sh <cwl_workflow> <input_file_or_dir> <output_dir>`
2626

2727
- `<cwl_workflow>` is a path to a cwl workflow.
@@ -44,4 +44,4 @@ Once the processing finished, you can find one QC report per workflow iteration
4444
They can give you a deep understanding of your data's quality. However, you should also keep in mind that unexpected results can come from bugs in the custom scripts or the tools which are applied by the workflow. Therefore, check the report carefully. Especially, examine the "read flow" through the pipeline using the fastqc output: pay attention whether you encounter an unexpected loss of reads.
4545

4646
## Testing and debugging
47-
There are tiny synthetic tests located in `./tiny_test/`. They are perfect for initial testing and debugging.
47+
There are tiny synthetic tests located in `./tiny_test/`. They are perfect for initial testing and debugging.

0 commit comments

Comments
 (0)