Skip to content
Snippets Groups Projects
Commit cdee51cf authored by Ahmed Abbas's avatar Ahmed Abbas
Browse files

Update get_chipseq_inputs_GM12878.cpp

parent 6ca028a8
No related merge requests found
...@@ -460,9 +460,9 @@ int main() ...@@ -460,9 +460,9 @@ int main()
//A file for the corresponding ChIA-PET desired output //A file for the corresponding ChIA-PET desired output
//A file for the distance between the two peaks of an interaction //A file for the distance between the two peaks of an interaction
char fname_out_1[500],fname_out_2[500],fname_out_3[500]; char fname_out_1[500],fname_out_2[500],fname_out_3[500];
sprintf(fname_out_1,"/Users/s206442/Documents/CNN-ChIPr_Data/RAD21_inputs_GM12878/RAD21_inputs_%s.txt",chr_num_c); sprintf(fname_out_1,"../RAD21_inputs_GM12878/RAD21_inputs_%s.txt",chr_num_c);
sprintf(fname_out_2,"/Users/s206442/Documents/CNN-ChIPr_Data/RAD21_inputs_GM12878/RAD21_outputs_%s.txt",chr_num_c); sprintf(fname_out_2,"../RAD21_inputs_GM12878/RAD21_outputs_%s.txt",chr_num_c);
sprintf(fname_out_3,"/Users/s206442/Documents/CNN-ChIPr_Data/RAD21_inputs_GM12878/RAD21_distance_%s.txt",chr_num_c); sprintf(fname_out_3,"../RAD21_inputs_GM12878/RAD21_distance_%s.txt",chr_num_c);
ofstream of1(fname_out_1); ofstream of1(fname_out_1);
ofstream of2(fname_out_2); ofstream of2(fname_out_2);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment