Skip to content

Commit

Permalink
Fix plot clustering clean scale, qc plot for mm10
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Feb 8, 2024
1 parent 92d03d1 commit 6a5f969
Show file tree
Hide file tree
Showing 11 changed files with 29,614 additions and 14,636 deletions.
3 changes: 2 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ window: 200000

# Enable / Disable blacklisting of difficult mappable regions
blacklist_regions: True
blacklist_regions_for_qc_plot: False

# Enable or disable hand selection through the Jupyter Notebook
hand_selection: False
Expand Down Expand Up @@ -183,7 +184,7 @@ additional_sce_cutoff: 20000000
sce_min_distance: 500000

# Phasing parameters
snv_nb_threshold_for_strandphaser: 20
snv_nb_threshold_for_strandphaser: 100

# --------------------------------------------------------
# Downstream modules configuration - genome browsing
Expand Down
1,323 changes: 1,323 additions & 0 deletions hs_err_pid2673469.log

Large diffs are not rendered by default.

31 changes: 18 additions & 13 deletions watchdog_pipeline/excluded_samples.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
excluded_samples:
- "PDAC60590" # MICE
- "PDAC60590MNI" # MICE
- "DXR30hMaja" # MICE
- "DXR42hMaja" # MICE
- "GM19705" # ERROR to investigate
- "OrgxDoxocx02" # ERROR Multistep
- "GM20355x01" # ERROR Multistep
- "10uMDXR42hx01" # ERROR Multistep
- "mESCx01" # ERROR Multistep
- "DXR100nMxS2x01" # ERROR Multistep
- "MRD48hx02" # ERROR Multistep
- "RPEx03" # ERROR Only 48 cells
- "GM19705" # ERROR to investigate
- "OrgxDoxocx02" # ERROR Multistep
- "GM20355x01" # ERROR Multistep
- "10uMDXR42hx01" # ERROR Multistep
- "mESCx01" # ERROR Multistep
- "DXR100nMxS2x01" # ERROR Multistep
- "MRD48hx02" # ERROR Multistep
- "RPEx03" # ERROR Only 48 cells
# OLD
- "ckAML02x02" # ashleys_library_size_normalisation
- "ckAML02x02" # ashleys_library_size_normalisation

tagged_samples:
mm10:
- "PDAC60590" # MICE
- "PDAC60590MNI" # MICE
- "DXR30hMaja" # MICE
- "DXR42hMaja" # MICE
- "LanexLorenzoNPCAPH24hnewSortUVLED"
- "LanexLorenzoNPCDMSO18holdSortUVLED"
Loading

0 comments on commit 6a5f969

Please sign in to comment.