File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2024-11-05 Lauren Coombe <lcoombe@bcgsc.ca>
2+
3+ * Release version 1.2.8
4+ * Add optional parameter 'prefix' to `arcs-make` - if specified, soft-links the final scaffolds fasta file to a file with this prefix
5+ * Update documentation
6+
172024-03-25 Lauren Coombe <lcoombe@bcgsc.ca>
28
39 * Release version 1.2.7
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ clean:
205205 @echo " Clean Done"
206206
207207version :
208- @echo " arcs-make v1.2.7 "
208+ @echo " arcs-make v1.2.8 "
209209
210210# Preprocessing
211211
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.7 , lcoombe@bcgsc.ca )
5+ AC_INIT ( arcs , 1.2.8 , lcoombe@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.7 " ,
8+ version = "1.2.8 " ,
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