Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenxi Zhou committed Jul 27, 2022
1 parent d8a1fd7 commit 857b061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ With `--no-contig-ec` option, you can skip the initial assembly error correction

With `--no-scaffold-ec` option, YaHS will skip the scaffolding error check in each round. There will be no `*_r[0-9]{2}_break.agp` AGP output files.

With `--no-mem-check` option, the runtime memory check is disabled. When running out of memory, the scaffolding process will terminate immediately instead of try lower resolutions.

## Generate HiC contact maps
YaHS offers some auxiliary tools to help generating HiC contact maps for visualisation. A demo is provided in the bash script `scripts/run_yahs.sh`. To generate and visualise a HiC contact map, the following tools are required.

Expand Down
2 changes: 1 addition & 1 deletion yahs.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include "enzyme.h"
#include "asset.h"

#define YAHS_VERSION "1.2a"
#define YAHS_VERSION "1.2a.1"

#undef DEBUG_ERROR_BREAK
#undef DEBUG_GRAPH_PRUNE
Expand Down

0 comments on commit 857b061

Please sign in to comment.