Hi,
I am running your pipeline on a few of my samples and everything seemed well, until I started to get the following error
awk: cmd. line:1: fatal: division by zero attempted
Only on some samples, running
henipipe SEACR -r $outDIR/$runsheetFILE -Ss relaxed -Sn norm -v
I have to add that
henipipe AUC -r $outDIR/runsheet.csv -o auc -v
does not work for me at all, even when every other step works.
I get the error below.
Anything I am doing wrong ?
Thanks
Traceback (most recent call last):
File "$PATH/.local/bin/henipipe", line 8, in
sys.exit(run_henipipe())
File "$PATH/.local/pipx/venvs/henipipe/lib/python3.10/site-packages/henipipe/main.py", line 235, in run_henipipe
AUCjob = henipipe.AUC(runsheet_data = parsed_runsheet, threads = args.threads, gb_ram = args.gb_ram, debug=args.debug, no_pipe=args.keep_files, cluster=args.cluster, user=args.user, log=args.log_prefix, out=args.output, norm=args.SEACR_norm, stringency=args.SEACR_stringency)
File "$PATH/.local/pipx/venvs/henipipe/lib/python3.10/site-packages/henipipe/henipipe.py", line 681, in init
self.runsheet_data = self.AUC_match()
File "$PATH/.local/pipx/venvs/henipipe/lib/python3.10/site-packages/henipipe/henipipe.py", line 698, in AUC_match
is_biomatch_control = [bool(re.search(r'._CONTROL$', i)) for i in biomatch_key]
File "$PATH/.local/pipx/venvs/henipipe/lib/python3.10/site-packages/henipipe/henipipe.py", line 698, in
is_biomatch_control = [bool(re.search(r'._CONTROL$', i)) for i in biomatch_key]
File "/gpfs/ycga/project/coppola/$USER/conda_envs/henipipe/lib/python3.10/re.py", line 200, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object
Hi,
I am running your pipeline on a few of my samples and everything seemed well, until I started to get the following error
awk: cmd. line:1: fatal: division by zero attempted
Only on some samples, running
henipipe SEACR -r $outDIR/$runsheetFILE -Ss relaxed -Sn norm -v
I have to add that
henipipe AUC -r $outDIR/runsheet.csv -o auc -v
does not work for me at all, even when every other step works.
I get the error below.
Anything I am doing wrong ?
Thanks
Traceback (most recent call last):
File "$PATH/.local/bin/henipipe", line 8, in
sys.exit(run_henipipe())
File "$PATH/.local/pipx/venvs/henipipe/lib/python3.10/site-packages/henipipe/main.py", line 235, in run_henipipe
AUCjob = henipipe.AUC(runsheet_data = parsed_runsheet, threads = args.threads, gb_ram = args.gb_ram, debug=args.debug, no_pipe=args.keep_files, cluster=args.cluster, user=args.user, log=args.log_prefix, out=args.output, norm=args.SEACR_norm, stringency=args.SEACR_stringency)
File "$PATH/.local/pipx/venvs/henipipe/lib/python3.10/site-packages/henipipe/henipipe.py", line 681, in init
self.runsheet_data = self.AUC_match()
File "$PATH/.local/pipx/venvs/henipipe/lib/python3.10/site-packages/henipipe/henipipe.py", line 698, in AUC_match
is_biomatch_control = [bool(re.search(r'._CONTROL$', i)) for i in biomatch_key]
File "$PATH/.local/pipx/venvs/henipipe/lib/python3.10/site-packages/henipipe/henipipe.py", line 698, in
is_biomatch_control = [bool(re.search(r'._CONTROL$', i)) for i in biomatch_key]
File "/gpfs/ycga/project/coppola/$USER/conda_envs/henipipe/lib/python3.10/re.py", line 200, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object