Skip to content

Commit

Permalink
Minor fixes for scNOVA (2.2.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Dec 5, 2023
1 parent 6253db5 commit 15b554f
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 122 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,5 @@ workflow/scripts/plotting/scTRIP_multiplot/scTRIPmultiplot
workflow/config/scTRIP_multiplot.ok
args.output
scNOVA_env_costea.yaml
.keras/keras.json
hs_err_pid2227945.log
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# --------------------------------------------------------

# MosaiCatcher version
version: 2.2.3
version: 2.2.4

# Ashleys-QC pipeline version
ashleys_pipeline_version: 2.2.3
Expand Down
4 changes: 2 additions & 2 deletions workflow/rules/external_data.smk
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ rule download_scnova_data:
touch("log/config/dl_arbigent_mappability_track.ok"),
conda:
"../envs/scNOVA/scNOVA_DL.yaml"
container:
None
# container:
# None
shell:
"""
directory="workflow/data/ref_genomes/"
Expand Down
Loading

0 comments on commit 15b554f

Please sign in to comment.