File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ 2022-02-11 Lauren Coombe <lcoombe@bcgsc.ca>
2+
3+ * Release version 1.2.3
4+ * Add arcs-make, makeTSVfile.py to 'bin' folder
5+ * Add `-I` option to minimap2 for arcs-long target to avoid
6+ splitting index if genome size large
7+ * Set to 50G by default, can be changed using `minimap2_index_size`
8+ * Update documentation
9+ * Bugfixes
10+
1112021-05-28 Lauren Coombe <lcoombe@bcgsc.ca>
212
313 * Release version 1.2.2
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ clean:
172172 @echo " Clean Done"
173173
174174version :
175- @echo " arcs-make v1.2.2 "
175+ @echo " arcs-make v1.2.3 "
176176
177177# Preprocessing
178178
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( 2.59 )
5- AC_INIT ( arcs , 1.2.2 , rwarren@bcgsc.ca )
5+ AC_INIT ( arcs , 1.2.3 , rwarren@bcgsc.ca )
66AM_INIT_AUTOMAKE ( [ foreign subdir-objects] )
77AC_CONFIG_SRCDIR ( [ Arcs/Arcs.cpp] )
88AC_CONFIG_HEADER([ config.h] )
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "arcs" ,
8- version = "1.2.2 " ,
8+ version = "1.2.3 " ,
99 description = "Scaffolding genome sequence assemblies using linked or long read sequencing data" ,
1010 long_description = long_description ,
1111 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments