Skip to content

Commit

Permalink
🐾 ready to future work to make annotation-prepartion one-time only. p…
Browse files Browse the repository at this point in the history
…ickle.dump full information so ready to replace PersistentDict of snakemake
  • Loading branch information
Puriney committed Jul 26, 2017
1 parent b6193f5 commit cdce241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celseq2/prepare_annotation_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def cook_anno_model(gff_fpath, feature_atrr='gene_id', feature_type='exon',

if dumpto:
with open(dumpto, 'wb') as fh:
pickle.dump(features, fh)
pickle.dump([features, all_genes], fh)
return((features, all_genes))


Expand Down

0 comments on commit cdce241

Please sign in to comment.