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

Small fixes #206

Merged
merged 13 commits into from
Mar 5, 2024
Merged

Small fixes #206

merged 13 commits into from
Mar 5, 2024

Conversation

SarahOuologuem
Copy link
Collaborator

@SarahOuologuem SarahOuologuem commented Mar 2, 2024

Hi!
Made some fixes while stress-testing the environment.
Also fixes DendrouLab/panpipes-tutorials#28 and DendrouLab/panpipes-tutorials#30

One weird error was that lines 341 and 342 in pipeline_clustering.py threw errors. If that is not reproducible, I can change it back.

@SarahOuologuem SarahOuologuem requested a review from bio-la March 2, 2024 12:35
@SarahOuologuem SarahOuologuem linked an issue Mar 2, 2024 that may be closed by this pull request
@@ -16,7 +16,7 @@ conda config --add channels conda-forge
conda config --set channel_priority strict
# you should remove the strict priority afterwards!
conda search r-base
conda create --name pipeline_env python=3.9 r-base=4.3.0
conda create --name pipeline_env python=3.10 r-base=4.3.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a reminder to test r-base 4.3.3

@@ -338,8 +338,8 @@ def plot_marker_dotplots(marker_file, log_file, outfile,
"""
data_obj=PARAMS['sample_prefix'] + "_clustered.h5mu"
# check there is a figures directory
if not os.path.exists(fig_path):
os.makedirs(fig_path)
#if not os.path.exists(fig_path):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please reinstate this check, we need to make sure the pipeline doesn't fail for missing dirs

@SarahOuologuem SarahOuologuem requested a review from bio-la March 5, 2024 09:33
@bio-la bio-la merged commit 140f182 into main Mar 5, 2024
4 checks passed
@SarahOuologuem SarahOuologuem deleted the sarah_matplotlib branch March 11, 2024 09:34
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 this pull request may close these issues.

Visualisation tutorial error 3 Visualisation tutorial error
2 participants