Skip to content

Commit d364be5

Browse files
author
Tobias Hofmann
committed
bugfix trinity assembly
1 parent 4ada682 commit d364be5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.1.8" %}
1+
{% set version = "1.1.9" %}
22

33
package:
44
name: secapr
@@ -7,7 +7,7 @@ package:
77
source:
88
fn: secapr_{{ version }}.tar.gz
99
url: https://github.com/AntonelliLab/seqcap_processor/archive/v{{ version }}.tar.gz
10-
sha256: 88cb3ea4ddb5e77175aedba0419855274fc8a624e8c5a856e6e5d107ca9d3cbe
10+
sha256: ca80b1d8fa99e572ffe0a7a7c09f77cfa0f2701cb4ffeb21a6b1a4468640b059
1111

1212
build:
1313
skip: True # [not py27]

secapr/assemble_reads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def main(args):
180180
except:
181181
print('INFO: Stats could NOT be appended to %s. Maybe file does not excist? If contig files were not created, try using the --disable_stats flag and run again' %(os.path.join(input_folder,'sample_stats.txt')))
182182

183-
def assembly_trinity(forw,backw,output_folder,id_sample,cores,min_length):
183+
def assembly_trinity(forw,backw,output_folder,id_sample,cores,min_length,max_memory):
184184
print ("De-novo assembly with Trinity of sample %s:" %id_sample)
185185
print(output_folder)
186186
command = [

0 commit comments

Comments
 (0)