Tagged Questions
1
vote
5answers
239 views
How to eliminate last digit from each of the top lines
>Sequence 1.1.1 ATGCGCGCGATAAGGCGCTA
ATATTATAGCGCGCGCGCGGATATATATATATATATATATT
>Sequence 1.2.2 ATATGCGCGCGCGCGCGGCG
ACCCCGCGCGCGCGCGGCGCGATATATATATATATATATATT
...
1
vote
3answers
112 views
Eliminate part of a file in python
In the below file I have 3 occurrences of '.1'. I want to eliminate the last one and write the rest of file to a new file. Kindly suggest some way to do it in PYTHON and thank you all.
d1dlwa_ ...
0
votes
2answers
40 views
PHP copy part of remote file
Is there a way to copy only a part of a file from a web address to the local working directory? I need to copy only the first page of a PDF to convert it into a PNG image.
Thanks in advance
0
votes
5answers
513 views
Java - How to read only certain parts of an input stream
I have a requirement where i need to parse an input file and read only certain parts of the file. I have a an log file which has different levels like info warning and error. Now i need to read only ...