Skip to content

Commit

Permalink
Update vcf format and work on PFB
Browse files Browse the repository at this point in the history
  • Loading branch information
jonperdomo committed Sep 27, 2023
1 parent b036367 commit c1921ac
Show file tree
Hide file tree
Showing 7 changed files with 354 additions and 218 deletions.
3 changes: 3 additions & 0 deletions include/fasta_query.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ class FASTAQuery {
int setFilepath(std::string fasta_filepath);
std::string getFilepath();
std::string query(std::string chr, int pos_start, int pos_end);

// Get the chromosome contig lengths in VCF header format
std::string getContigHeader();
};

#endif // FASTA_QUERY_H
Loading

0 comments on commit c1921ac

Please sign in to comment.