Verified Commit 5114b4da authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

Don't hardcode number of --CPU (especially above 2)

parent eb005205
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
trinityrnaseq (2.6.6+dfsg-6) unstable; urgency=medium

  * -examples: Don't hardcode number of --CPU (especially above 2). Fixes the
    autopkgtests when the number of CPUs/cores is less than 4 and blastn's
    intransigency to accept a larger value to -num_threads.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Fri, 04 Jan 2019 03:38:40 -0800

trinityrnaseq (2.6.6+dfsg-5) unstable; urgency=medium

  * Added missing dependency on ncbi-blast+ to the binary package.
+2 −1
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ Architecture: all
Depends: ${perl:Depends},
         ${java:Depends},
         ${misc:Depends},
         r-base-core
         r-base-core,
	 coreutils
Recommends: trinityrnaseq
Description: RNA-Seq De novo Assembly common example and testing files
 Trinity represents a novel method for the efficient and robust de novo
+1 −0
Original line number Diff line number Diff line
@@ -13,3 +13,4 @@ disable-libieee
# assume_modern_g++.patch
python3
better_java_version_check
unfix_num_of_cores
+441 −0

File added.

Preview size limit exceeded, changes collapsed.