Skip to content
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
77ecf62
fix: remove .snakemake dir from clean
corneliusroemer May 5, 2025
0da48e0
Add default snakemake profile for ergonomics
corneliusroemer May 5, 2025
ba93a59
Add basic "running the workflow" to README
corneliusroemer May 5, 2025
9585334
Fix precommit exclude
corneliusroemer May 5, 2025
d9c8599
precommit fixes
corneliusroemer May 5, 2025
82b0263
snakemake ergonomics
corneliusroemer May 5, 2025
f3a7772
nextclade readme edit
corneliusroemer May 5, 2025
29a9cc0
Remove .snakemake dir from clean
corneliusroemer May 5, 2025
72a1eb9
force `rm -rf` is a typo away from bad things, maybe unnecessary as w…
corneliusroemer May 5, 2025
3fc85d0
E712 has false positives for pandas so let's just disable
corneliusroemer May 5, 2025
14ecd2b
Fix Nextclade tree title, add extra (free) metadata to coloring
corneliusroemer May 5, 2025
3d0e98f
Print export output, helpful for debugging
corneliusroemer May 5, 2025
9dbb8ac
fix forgotten trailing \
corneliusroemer May 5, 2025
495d298
Systematic logging to logfile and stdout
corneliusroemer May 5, 2025
acf9166
don't clean .snakemake with snakemake
corneliusroemer May 5, 2025
f16bedc
add default profile
corneliusroemer May 5, 2025
c8d3527
fix missing trailing \
corneliusroemer May 5, 2025
51611fe
Add sample sequences to nextclade defaults to make the dataset proper…
corneliusroemer May 5, 2025
6e61385
Add how to test the nextclade dataset
corneliusroemer May 5, 2025
6264414
Try different clade E1 tsv
corneliusroemer May 5, 2025
337ebee
General phylogenetic improvements
corneliusroemer May 6, 2025
846bcf0
Clades tweaks
corneliusroemer May 6, 2025
ff3f4b4
Fix precommit
corneliusroemer May 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ingest/profiles/default/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cores: all
printshellcmds: true
ri: true
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Do you know you can make these your global default by putting the profile somewhere shared and setting SNAKEMAKE_PROFILE, e.g.

export SNAKEMAKE_PROFILE=~/.config/snakemake/default