X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=extractRef.cpp;fp=extractRef.cpp;h=12b3222744db41cf1602890b9ae0fccfd2dfedca;hb=0f1ac7d42823cf0f47d25f4f0a04620357421589;hp=c4f24a9a079b37a25d39d6fa969ff9ac1482f3de;hpb=b82ba774b1f3510ab8732b58d34f153c7b2f7558;p=rsem.git diff --git a/extractRef.cpp b/extractRef.cpp index c4f24a9..12b3222 100644 --- a/extractRef.cpp +++ b/extractRef.cpp @@ -113,6 +113,7 @@ void parse_gtf_file(char* gtfF) { items.clear(); while (getline(fin, line)) { + if (line[0] == '#') continue; // if this line is comment, jump it item.parse(line); string feature = item.getFeature(); if (feature == "exon") {