iVar
remove_reads_from_amplicon.h
1 #include<iostream>
2 
3 #ifndef removereads_from_amplicon
4 #define removereads_from_amplicon
5 
6 int rmv_reads_from_amplicon(std::string bam, std::string region_, std::string bam_out, uint16_t* amplicon, int amp_n);
7 
8 #endif