kacst-bioinfo-lab / labwork

3 stars 1 forks source link

Parsing files #5

Closed MManee closed 5 years ago

MManee commented 8 years ago

the goal of these tasks is to learn different techniques to parse files!

MManee commented 8 years ago
Run CA  CB  CR  CB-CA   CA-CR   CB-CR   SA  SB  SR  SB-SA   SA-SR   SB-SR
1   .   .   .   .   .   .   .   .   .   .   .   .
.
.
.
.
1000    .   .   .   .   .   .   .   .   .   .   .   .
atalgarni commented 8 years ago

You can find the python code for parsing, counting the CNS & spacer in https://github.com/kacst-bioinfo-lab/labwork/tree/master/code/abdulmalek For the output file you can find it in https://github.com/kacst-bioinfo-lab/labwork/tree/master/doc/abdulmalek

MManee commented 8 years ago
Run CA  CB  CR  CB-CA   CA-CR   CB-CR   SA  SB  SR  SB-SA   SA-SR   SB-SR
1   1000    1000    1000    0   0   0   1012    985 1000    12  15  27
atalgarni commented 7 years ago

Please find the Python code at https://github.com/kacst-bioinfo-lab/labwork/tree/master/code/abdulmalek/CNS_SPACSER_1.py For the output file please check https://github.com/kacst-bioinfo-lab/labwork/tree/master/doc/abdulmalek/nucleotide_counts.bed

I have updated the result file. Sorry I took too long ,,,, just recalled it while sniffing around Github folder on my machine. @MManee

MManee commented 5 years ago

New thread is now open to have a clean version of programming tasks for Training Purposes #22