-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi
Thank you for scripts to determine WSGUPS
I come up with this error when i run the command
snakemake --snakefile Snakefile --use-conda -j 8 -k
Building DAG of jobs...
Using shell: /usr/bin/bash
Provided cores: 8
Rules claiming more threads will be scaled down.
Job stats:
job count min threads max threads
absrel_stats 1 1 1
aggregate_fams 1 1 1
final 1 1 1
final_stats 1 1 1
make_families 1 1 1
move_absrel 1 1 1
move_fubar 1 1 1
total 7 1 1
Select jobs to execute...
[Thu Jun 23 00:20:35 2022]
localcheckpoint make_families:
input: proteinortho/protein_families.poff.tsv
output: families/faas
jobid: 6
reason: Missing output files: families/faas
resources: tmpdir=/tmp
Downstream jobs will be updated after completion.
Traceback (most recent call last):
File "/home/percy/wsgups/.snakemake/scripts/tmp83tsi3_w.pillars.py", line 33, in
fam = pd.read_csv("fam.txt", sep="\t", header=None)
File "/root/anaconda3/envs/snakemake/lib/python3.10/site-packages/pandas/util/_decorators.py", line 311, in wrapper
return func(*args, **kwargs)
File "/root/anaconda3/envs/snakemake/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 680, in read_csv
return _read(filepath_or_buffer, kwds)
File "/root/anaconda3/envs/snakemake/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 575, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/root/anaconda3/envs/snakemake/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 933, in init
self._engine = self._make_engine(f, self.engine)
File "/root/anaconda3/envs/snakemake/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 1235, in _make_engine
return mapping[engine](f, **self.options)
File "/root/anaconda3/envs/snakemake/lib/python3.10/site-packages/pandas/io/parsers/c_parser_wrapper.py", line 75, in init
self._reader = parsers.TextReader(src, **kwds)
File "pandas/_libs/parsers.pyx", line 551, in pandas._libs.parsers.TextReader.cinit
pandas.errors.EmptyDataError: No columns to parse from file
[Thu Jun 23 00:20:36 2022]
Error in rule make_families:
jobid: 6
output: families/faas
RuleException:
CalledProcessError in line 58 of /home/percy/wsgups/Snakefile:
Command 'set -euo pipefail; /root/anaconda3/envs/snakemake/bin/python3.10 /home/percy/wsgups/.snakemake/scripts/tmp83tsi3_w.pillars.py' returned non-zero exit status 1.
File "/home/percy/wsgups/Snakefile", line 58, in __rule_make_families
File "/root/anaconda3/envs/snakemake/lib/python3.10/concurrent/futures/thread.py", line 58, in run
Exiting because a job execution failed. Look above for error message
Complete log: .snakemake/log/2022-06-23T002033.579836.snakemake.log
could you assit me
am using snakemake v7.8.1