Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Build-Depends: cmake
· a3fe863a
Andreas Tille
authored
Sep 27, 2019
a3fe863a
Enhance description
· e829cacf
Andreas Tille
authored
Sep 27, 2019
e829cacf
Standards-Version: 4.4.0
· 575677e2
Andreas Tille
authored
Sep 27, 2019
575677e2
Remove trailing whitespace in debian/copyright
· a890c94f
Andreas Tille
authored
Sep 27, 2019
a890c94f
Cleanup after `routine-update --force`
· cb8c4ab6
Andreas Tille
authored
Sep 27, 2019
cb8c4ab6
Force export LC_ALL=C.UTF-8 ... which does not help
· 351f9bdf
Andreas Tille
authored
Sep 27, 2019
351f9bdf
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
351f9bdf
...
...
@@ -2,4 +2,4 @@ bcalm (2.2.1-1) UNRELEASED; urgency=medium
* Initial release (Closes: #<bug>)
-- Shayan Doust <hello@shayandoust.me>
Mon
, 2
3
Sep 2019 0
5
:4
8:54
+0
1
00
-- Shayan Doust <hello@shayandoust.me>
Fri
, 2
7
Sep 2019 0
8
:4
9:22
+0
2
00
debian/control
View file @
351f9bdf
...
...
@@ -7,8 +7,9 @@ Build-Depends: debhelper-compat (= 12),
libgatbcore-dev,
libboost-dev,
libhdf5-dev,
zlib1g-dev
Standards-Version: 4.3.0
zlib1g-dev,
cmake
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/bcalm
Vcs-Git: https://salsa.debian.org/med-team/bcalm.git
Homepage: https://github.com/GATB/bcalm
...
...
@@ -21,3 +22,6 @@ Depends: ${shlibs:Depends},
Description: de Bruijn compaction in low memory
A bioinformatics tool for constructing the compacted de Bruijn graph
from sequencing data.
.
This is the parallel version of the BCALM software using gatb-core
library.
debian/copyright
View file @
351f9bdf
debian/tests/run-unit-test
View file @
351f9bdf
...
...
@@ -3,6 +3,7 @@ set -e
pkg
=
bcalm
export
LC_ALL
=
C.UTF-8
if
[
"
${
AUTOPKGTEST_TMP
}
"
=
""
]
;
then
AUTOPKGTEST_TMP
=
$(
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
)
# shellcheck disable=SC2064
...
...