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
This line writes a file as "filename3f.wig", etc, but later in the pipeline they expect "filename_3f.wig", etc. Just change to wig_file = "".join([prefix, "_", track, ".wig"]) to standardize.
rendseq/rendseq/make_wig.py
Line 36 in 3bf0d20
This line writes a file as "filename3f.wig", etc, but later in the pipeline they expect "filename_3f.wig", etc. Just change to
wig_file = "".join([prefix, "_", track, ".wig"])to standardize.