Skip to content
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

String parsing error for aCompCor in version 0.4.7 #310

Open
Gab-D-G opened this issue Sep 19, 2023 · 1 comment
Open

String parsing error for aCompCor in version 0.4.7 #310

Gab-D-G opened this issue Sep 19, 2023 · 1 comment

Comments

@Gab-D-G
Copy link
Collaborator

Gab-D-G commented Sep 19, 2023

When running aCompCor with the containerized version 0.4.7 we obtain the following string parsing error:

Command:

docker run -it --rm \
-v $PWD/token_dataset:/token_dataset:ro \
-v $PWD/token_rabies_outputs:/token_rabies_outputs/ \
-v $PWD/testing_outputs:/testing_outputs/ \
gabdesgreg/rabies:0.4.7 -p MultiProc --local_threads 6 \
confound_correction /token_rabies_outputs/ /token_rabies_outputs --conf_list mot_6 aCompCor --read_datasink

Error:

  File "/home/rabies/RABIES/rabies/confound_correction_pkg/utils.py", line 192, in select_confound_timecourses
    log.info('Applying aCompCor with '+len(aCompCor_keys)+' components.')
TypeError: can only concatenate str (not "int") to str

The int would need to be explicitely converted to str.

@Gab-D-G
Copy link
Collaborator Author

Gab-D-G commented Sep 29, 2023

the container build is not able to re-create the conda environment. We will not correct this issue, and it involves important deviations from the original 0.4.7 to build a new container. Use more recent versions for aCompCor.

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

No branches or pull requests

1 participant