You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"matrix.ec file where transcript entries were replaced with -1 for "
242
-
"equivalence classes that map to multiple genes saved at {ecmap_no_mm}"
241
+
"matrix.ec file where transcript entries were replaced with -1 for "
242
+
f"equivalence classes that map to multiple genes saved at {ecmap_no_mm}"
243
243
)
244
244
245
245
returnecmap_no_mm
@@ -331,12 +331,13 @@ def extract(
331
331
"(and extract_all_fast and extract_all_unmapped are False), OR extract_all is True"
332
332
)
333
333
334
-
# extract_all_unmapped requires bustools version > 0.43.2 since previous versions have a bug in the output fastq format that changes the sequence headers
334
+
# extract_all_unmapped requires bustools version > 0.43.2
335
+
# since previous versions have a bug in the output fastq format that changes the sequence headers
0 commit comments