Benson-Genomics-Lab / VNTRseek

VNTRSeek is a computational pipeline for the detection of VNTRs in short read sequencing data. It was developed by Yevgeniy Gelfand, Yozen Hernandez, and Gary Benson, with contributions from Marzie Rasekh, and more recently streamlined by Kyler Anderson in the Benson Lab for Biocomputing and Informatics at Boston University.
GNU General Public License v3.0
1 stars 0 forks source link

Reading all the files from a directory #7

Open GaryEBenson opened 4 years ago

GaryEBenson commented 4 years ago

This is slow for directories with millions of files. An alternative faster method would be to keep a list of all the files and just call those files one by one from the directory.

yzhernand commented 4 years ago

Sure, which step is this a problem?