You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add additional r libraries for future plotting, organize.py now handles presence/absence of profile on user input and prepare command for running cosigt w/conda
Copy file name to clipboardexpand all lines: cosigt_smk/workflow/scripts/organize.py
+31-4
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@ def main():
127
127
additional.add_argument('--binds', help='additional paths to bind for singularity in /path/1,/path/2 format [/localscratch]', type=str, default='/localscratch')
additional.add_argument('--profile', help='use profile. If "None", do not use profile and run on the local machine [config/slurm]', metavar='FOLDER', default='config/slurm')
130
131
131
132
metrics=parser.add_argument_group('Specify #threads, memory and time requirements')
0 commit comments