Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
walltime change to cover odd cases
  • Loading branch information
meono committed Feb 14, 2017
1 parent fa83f9c commit dac30dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iLoop_RNAseq_pipeline/scripts/featureCounts_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
sample,
'featureCounts_{}.out'.format(sample)),
header=1,
skiprows=1,
skiprows=0,
index_col=0,
usecols=[0,6],
names=['Feature', sample]) for group in groups.values() for sample in group.keys()], axis=1)
Expand Down

0 comments on commit dac30dd

Please sign in to comment.