Protocol Online logo
Top : New Forum Archives (2009-): : Bioinformatics and Biostatistics

Suggestions on software used to open large text files - (Jan/22/2014 )

Dear all,

 

me and my lab-mates have just started working with next-generation sequencing (ChIP-Seq). One colleague of mine need to open very large text files containing ChIP-seq sequences, he generated this file using Galaxy tools but need to open it in local. Which software do you suggest to use to open it? Up to now, he is using Sublime Text 2, but seems that he is able to open just a fraction of the entire file. We are working with Mac-based machines.

 

Thanks,

 

Marco

-marek82313-

I don't know any mac program, but for PC, textpad can open large text files. Alternatively, you can install virtual Linux OS in Mac OS. 

 

-pcrman-

Try Vim - it's already bundled with all OS-X and higher versions.  Just open a terminal (applications>utilities) and type vim, then hit enter.

-bob1-

Depending on what you want to do, command line tools such as sort, head and awk might be useful (these are installed by default on Mac and Linux), for example if you just need to filter and/or sort the data.

-mboss-

In windows I use Notepad++, though I haven't been able to open really big files from Illumina sequencing (before I knew you don't need to).

You have a list of similar programs for Mac here

-El Crazy Xabi-