Skip to content
Snippets Groups Projects

WIP: Checkpoint snakefile

Merged Susheel Busi requested to merge checkpoint_snakefile into master
Compare and Show latest version
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
#!/bin/bash -l
mv -vf results mod_basecalled_results
mkdir results
cp -vrf mod_basecalled_results/basecalled_NO_MOD results/basecalled # maybe an alternative is to do "symlink" but not taking chances here
Loading