Hi,
I want to calculate absolute DNA methylation with MeDIP-seq. However, I tried use mm9 data to run methylCRF, it is reported an error that:
Sun Aug 20 22:01:11 2017 format -mdir and h1es_mdl
-mdir not exist!
ls: invalid option -- '.'
Try 'ls --help' for more information.
Sun Aug 20 22:01:11 2017 make avg windows for -mdir and h1es_mdl
0
awk: fatal: cannot open file `H1ES/cpg.bed' for reading (No such file or directory)
10
awk: fatal: cannot open file `H1ES/cpg.bed' for reading (No such file or directory)
100
awk: fatal: cannot open file `H1ES/cpg.bed' for reading (No such file or directory)
1000
awk: fatal: cannot open file `H1ES/cpg.bed' for reading (No such file or directory)
10000
awk: fatal: cannot open file `H1ES/cpg.bed' for reading (No such file or directory)
0
awk: fatal: cannot open file `H1ES/cpg.bed' for reading (No such file or directory)
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
10
awk: fatal: cannot open file `H1ES/cpg.bed' for reading (No such file or directory)
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
100
awk: fatal: cannot open file `H1ES/cpg.bed' for reading (No such file or directory)
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
1000
awk: fatal: cannot open file `H1ES/cpg.bed' for reading (No such file or directory)
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
10000
awk: fatal: cannot open file `H1ES/cpg.bed' for reading (No such file or directory)
terminate called after throwing an instance of 'std::ios_base::failure'
what(): basic_filebuf::underflow error reading the file
14 26 127 FGSC_rep1.bed_DIP_d0.cnt
0 0 0 FGSC_rep1.bed_MRE_d0.cnt
14 26 127 FGSC_rep1.bed_DIP_d10.cnt
0 0 0 FGSC_rep1.bed_MRE_d10.cnt
14 26 127 FGSC_rep1.bed_DIP_d100.cnt
0 0 0 FGSC_rep1.bed_MRE_d100.cnt
14 26 127 FGSC_rep1.bed_DIP_d1000.cnt
0 0 0 FGSC_rep1.bed_MRE_d1000.cnt
14 26 127 FGSC_rep1.bed_DIP_d10000.cnt
0 0 0 FGSC_rep1.bed_MRE_d10000.cnt
FGSC_rep1.bed_DIPMRE.cnt column numbers
5
6
Sun Aug 20 22:01:12 2017 making DIPMRE.cnt for -mdir and h1es_mdl
FGSC_rep1.bed_DIPMRE.cnt column numbers
5
6
cat: invalid option -- 'i'
Try 'cat --help' for more information.
can't open H1ES/cpg.bed: No such file or directory at ./methylCRF.pl line 110.
I dont know what is the problem. Could you give me some advise?