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
Hi there! I tried the nextflow tool for running scenic. The command error happened in the following code :
2022-05-17 00:43:43,002 - pyscenic.cli.pyscenic - INFO - Loading gene signatures.
Traceback (most recent call last):
File "/opt/venv/bin/pyscenic", line 8, in <module>
sys.exit(main())
File "/opt/venv/lib/python3.7/site-packages/pyscenic/cli/pyscenic.py", line 470, in main
args.func(args)
File "/opt/venv/lib/python3.7/site-packages/pyscenic/cli/pyscenic.py", line 220, in aucell_command
signatures = load_signatures(args.signatures_fname.name)
File "/opt/venv/lib/python3.7/site-packages/pyscenic/cli/utils.py", line 175, in load_signatures
return df2regulons(load_motifs(fname, sep=suffixes_to_separator(extension)))
File "/opt/venv/lib/python3.7/site-packages/pyscenic/transform.py", line 308, in df2regulons
assert not df.empty, 'Signatures dataframe is empty!
AssertionError: Signatures dataframe is empty!`
I checked the config and thought it may be associated with the threshold in the config:
Hi there! I tried the nextflow tool for running scenic. The command error happened in the following code :
AssertionError: Signatures dataframe is empty!`
I checked the config and thought it may be associated with the threshold in the config:
which threshold should I change? Will it result in different regulons? Can anyone help me?
The text was updated successfully, but these errors were encountered: