Add rapids wrapper script

pull/103/head
JulioV 2020-10-28 16:43:19 -04:00
parent f36a7052b3
commit 47470bbfbf
1 changed files with 4 additions and 0 deletions

4
rapids.py 100755
View File

@ -0,0 +1,4 @@
#!/usr/bin/env python
from sys import argv
import subprocess
subprocess.run(" ".join(["snakemake", "-R", "`snakemake --list-params-changes`"] + argv[1:]), shell=True)