mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Trying to fix markdown linting
This commit is contained in:
parent
02156d6b0d
commit
4f8b7a90aa
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
### E. coli paired-end test dataset for Bisulfite-seq applications
|
||||
# E. coli paired-end test dataset for Bisulfite-seq applications
|
||||
|
||||
The E. coli data set was generated using [Sherman](https://github.com/FelixKrueger/Sherman) as 10,000 reads of paired-end data, with average methylation levels of 80% in CpG context, and 10% in non-CG context. The files can be found in the folder: genaral/fastq/dna, and are called:
|
||||
|
||||
```
|
||||
Ecoli_10K_methylated_R1.fastq.gz
|
||||
Ecoli_10K_methylated_R2.fastq.gz
|
||||
```
|
||||
|
||||
`Ecoli_10K_methylated_R1.fastq.gz`
|
||||
|
||||
`Ecoli_10K_methylated_R2.fastq.gz`
|
||||
|
||||
```bash
|
||||
Sherman --non_dir --genome /bi/scratch/Genomes/E_coli/ --paired -n 10000 -l 100 --CG 20 --CH 90
|
||||
|
|
Loading…
Reference in a new issue