Skip to content

tqdm missing from environment.yaml #19

New issue

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

Closed
Connorr0 opened this issue Jun 27, 2024 · 1 comment · May be fixed by #21
Closed

tqdm missing from environment.yaml #19

Connorr0 opened this issue Jun 27, 2024 · 1 comment · May be fixed by #21
Assignees

Comments

@Connorr0
Copy link

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'
@jordanc17 jordanc17 self-assigned this Nov 6, 2024
@jordanc17 jordanc17 linked a pull request Nov 20, 2024 that will close this issue
@jordanc17
Copy link
Contributor

tqdm is added in the new version of the environment (currently found on the branch env-update).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants