Skip to content

Commit 2188e18

Browse files
authored
Merge pull request #48 from snsansom/unpaired
minor fixes
2 parents c3674a5 + 9402f6e commit 2188e18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pipelines/pipeline_scrnaseq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ def numberGenesDetectedFeatureCounts(infile, outfile):
12581258
on h.gene_id=i.gene_id
12591259
''' % locals()
12601260

1261-
melted_df = DB.fetch_DataFrame(statement, DATABASE, attach)
1261+
melted_df = DB.fetch_DataFrame(statement, DATABASE, str(attach))
12621262

12631263
grouped_df = melted_df.groupby(["gene_biotype", "track"])
12641264

pipelines/pipeline_scrnaseq/pipeline.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ geneset_flat=/gfs/mirror/ucsc/mm10/database/refFlat.txt.gz
182182
validation_stringency=SILENT
183183
threads=3
184184
# Set the total memory required by all threads *in megabytes*.
185-
total_mb_memory=4000
185+
total_mb_memory=8000
186186

187187
# use to pass additional options to picard
188188
alignmentsummarymetrics_options=

0 commit comments

Comments
 (0)