We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96db0d commit 4e6be90Copy full SHA for 4e6be90
kb_python/count.py
@@ -205,7 +205,7 @@ def kallisto_bus(
205
if technology.upper() in ('BULK', 'SMARTSEQ3'):
206
results['saved_index'] = os.path.join(out_dir, SAVED_INDEX_FILENAME)
207
if os.path.exists(results['saved_index']):
208
- os.remove(results['saved_index']) # TODO: Fix this in kallisto?
+ os.remove(results['saved_index']) # TODO: Fix this in kallisto?
209
return results
210
211
0 commit comments