Skip to content
Snippets Groups Projects
Commit 5e3b25bc authored by fadwael.khaddar_ird.fr's avatar fadwael.khaddar_ird.fr
Browse files

Update MethylONT.md

parent 279f8609
No related branches found
No related tags found
No related merge requests found
...@@ -144,6 +144,8 @@ Ces trois fichiers ont la même structure, ils se composent de 4 colonnes: chrom ...@@ -144,6 +144,8 @@ Ces trois fichiers ont la même structure, ils se composent de 4 colonnes: chrom
```sh ```sh
awk -F'\t' '{print $1"\t"$3"\t"$3+1"\t"$2"\t"$4}' {filebasename}_CpG.csv | tail -n +2 > {filebasename}_CpG.bed awk -F'\t' '{print $1"\t"$3"\t"$3+1"\t"$2"\t"$4}' {filebasename}_CpG.csv | tail -n +2 > {filebasename}_CpG.bed
awk -F'\t' '{print $1"\t"$3"\t"$3+1"\t"$2"\t"$4}' {filebasename}_CHG.csv | tail -n +2 > {filebasename}_CHG.bed
awk -F'\t' '{print $1"\t"$3"\t"$3+1"\t"$2"\t"$4}' {filebasename}_CHH.csv | tail -n +2 > {filebasename}_CHH.bed
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment