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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upon running the rule peak_tf I received the following error. I checked the environment.yaml file and tqdm was not present in the file.
rule peak_tf: input: runV1/peaks.bed, workflow/scripts/peak_tf.py, /fh/fast/setty_m/user/cfinkbei/retina_data/D59/SeaCells/retina_atac_sc_utils_input.h5, runV1/fimo_result output: runV1/peak_tf jobid: 0 resources: tmpdir=/loc/scratch/46239289 Traceback (most recent call last): File "workflow/scripts/peak_tf.py", line 44, in <module> from tqdm.auto import tqdm ModuleNotFoundError: No module named 'tqdm'
The text was updated successfully, but these errors were encountered:
tqdm is added in the new version of the environment (currently found on the branch env-update).
env-update
Sorry, something went wrong.
jordanc17
Successfully merging a pull request may close this issue.
Upon running the rule peak_tf I received the following error. I checked the environment.yaml file and tqdm was not present in the file.
The text was updated successfully, but these errors were encountered: