QuaC - First major review
All threads resolved!
All threads resolved!
Compare changes
- Manavalan Gajapathy authored
+ 7
− 16
@@ -7,8 +7,7 @@ along with their required modules, and submits them as slurm job.
@@ -7,8 +7,7 @@ along with their required modules, and submits them as slurm job.
@@ -36,8 +35,8 @@ def create_snakemake_command(args):
@@ -36,8 +35,8 @@ def create_snakemake_command(args):
f"--config modules='{args.modules}' project_name={args.project_name} ped={args.pedigree} out_dir={args.outdir} log_dir={args.log_dir}",
@@ -64,28 +63,20 @@ def main(args):
@@ -64,28 +63,20 @@ def main(args):
"partition": "short", # express(max 2 hrs), short(max 12 hrs), medium(max 50 hrs), long(max 150 hrs)
@@ -122,7 +113,7 @@ def is_valid_dir(p, arg):
@@ -122,7 +113,7 @@ def is_valid_dir(p, arg):
@@ -136,7 +127,7 @@ if __name__ == "__main__":
@@ -136,7 +127,7 @@ if __name__ == "__main__":
@@ -152,7 +143,7 @@ if __name__ == "__main__":
@@ -152,7 +143,7 @@ if __name__ == "__main__":
@@ -172,7 +163,7 @@ if __name__ == "__main__":
@@ -172,7 +163,7 @@ if __name__ == "__main__":