Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GenomicaMicrob authored Apr 23, 2018
1 parent f3aaebe commit 164e2f6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ For help, type `pair-end_cleaner.v0.9.9.sh -h`

For version and dependencies, `pair-end_cleaner.v0.9.9.sh -v`

## Configuration

For configuration details, `pair-end_cleaner.v0.9.9.sh -c`

The script will run and process each sample, since it might take sometime to complete, you can close the terminal (connection) and the script will continue; if you want to stop the process completly, type `Ctrl z`.
To change the main configuration parameters (CPUs and Quality score) edit the script's code. Just change the values after the equal sign ( = ) in the 'configuration' section at the top of the script.

*Example*

**CPUS=4**
>Number of cores to be used. This parameter only affects PEAR.
**Q=20**
>phred quality score to be used (one probable error per x bases), this parameters is for cutadapt.

0 comments on commit 164e2f6

Please sign in to comment.