Skip to content

Commit

Permalink
1.0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
“chhylp123” committed Sep 9, 2019
1 parent 5905f9a commit 800a363
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 14 additions & 2 deletions Bitmapper_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,25 @@ int main(int argc, char *argv[])
fprintf(stderr, "genome_cuts: %d\n", genome_cuts);
fprintf(stderr, "PE_distance: %d\n", maxDistance_pair);

init_output_methy(Read_File1, need_context);


char outputFileName[NAME_LENGTH];
if(Mapped_File)
{
sprintf(outputFileName, "%s%s",Mapped_FilePath , Mapped_File);
}
else
{
sprintf(outputFileName, "output");
}
///init_output_methy(Read_File1, need_context);
init_output_methy(outputFileName, need_context);

Prepare_methy(fileName[0], chhy_ih_refGenName, refChromeCont);




THREAD_COUNT = 1;
///int PE_distance = 500;

if (!is_pairedEnd)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ The output file of BitMapperBS must be first sorted into a coordinate-sorted BAM

### Changelog ###

(16) September 9, 2019: version 1.0.2.2 released.

>> Revise the output option of methylation extraction.

(16) August 24, 2019: version 1.0.2.1 released.

>> Fix the bug in version 1.0.2.0.
Expand Down
2 changes: 1 addition & 1 deletion Schema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int8_t mat_diff[25] = {
_rg_name_l *_ih_refGenName;
int refChromeCont;

char *versionN = "1.0.2.1";
char *versionN = "1.0.2.2";
long long mappingCnt[MAX_Thread];
unsigned int done;
long long mappedSeqCnt[MAX_Thread];
Expand Down

0 comments on commit 800a363

Please sign in to comment.