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
In the current version there is no link between the rules peak_tf and compute_ins_chip. This appears to be because peak_tf is now updating the AnnData and compute_ins_chip never receives the output of peak_tf as an input.
This issue can be solved by adding the following to the input for compute_ins_chip: peak_tf = output_dir + "peak_tf/"
The text was updated successfully, but these errors were encountered:
In the current version there is no link between the rules peak_tf and compute_ins_chip. This appears to be because peak_tf is now updating the AnnData and compute_ins_chip never receives the output of peak_tf as an input.
This issue can be solved by adding the following to the input for compute_ins_chip:
peak_tf = output_dir + "peak_tf/"
The text was updated successfully, but these errors were encountered: