Skip to content

Commit

Permalink
classifer train files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnfarrell committed Oct 10, 2020
1 parent 5ea6028 commit e33947e
Show file tree
Hide file tree
Showing 5 changed files with 3,009 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Expand Up @@ -6,8 +6,9 @@ CHANGES
0.6.0
------

fixes to bugs in mapping rnas
fixes to bugs in mapping rnas where fractions were miscalculated
updated novel module to run with current versions of joblib, sklearn
added training data files for novel model

------
0.5.0
Expand Down
2 changes: 1 addition & 1 deletion smallrnaseq/base.py
Expand Up @@ -381,7 +381,7 @@ def map_rnas(files, indexes, outpath, collapse=True, adapters=None, aligner='bow
result = pd.concat(result)
counts = pivot_count_data(result, idxcols=['name','ref'], norm_method=norm_method,
sortby='total_reads')
print ('done')
#print ('done')
return result, counts

def map_genome_features(files, ref, gtf_file, outpath='', aligner='bowtie',
Expand Down

0 comments on commit e33947e

Please sign in to comment.