Jump to content


- - - - -

Storage of sequencing files


1 reply to this topic

#1 pDNA

    Veteran

  • Active Members
  • PipPipPipPipPip
  • 457 posts

Posted 16 November 2009 - 02:03 PM

Dear people,

does anyone know a software solution to the storage of sequencing files. I always have problems with handling them because you download them and put it in a directory but after a while hundreds of them are accumulating and if you are looking for a spcific one after a while its like searching a needle in the haystack! Is there a prog like for example itunes to handle sequencing files?

Many thanks in advance!

Regards,
p

#2 perlmunky

    The Evil

  • Active Members
  • PipPip
  • 68 posts

Posted 17 November 2009 - 10:51 AM

What operating system are you using?


If you know what you are looking for (it sounds like you do) use built in directory search software - Windows has this, as does mac ... linux probably does too.

If you are using a *nix based system (including mac) you could even use the terminal.

ls | grep -i myFile = would find myfile or myFile
find . -name \*myfile\* = would find xxxxxmyfilexxxxxx, where x is any character.
there is even "locate"

You could use a database - e.g. mysql. In this case a single table would suffice.





Home - About - Terms of Service - Privacy - Contact Us

©1999-2011 Protocol Online, All rights reserved.