I am using the dropSeqPipe v0.4 and have installed snakemake using conda on custom directory. When I execute the pipeline, I am getting below error with fastqc.smk. Can you please let me know how to fix this.
Thanks
Snakemake installation
conda create -c conda-forge -c bioconda -p ./conda_env snakemake python=3.6.8
conda config --set env_prompt '({name})'
conda activate ./conda_env
snakemake --cores 10 -s /dir/dropSeqPipe-0.4/Snakefile --use-conda --directory test/
RuleException:
AttributeError in line 47 of /dir/dropSeqPipe-0.4/rules/fastqc.smk:
'NoneType' object has no attribute 'group'
File "/working_dir/conda_env/lib/python3.6/site-packages/snakemake/executors/__init__.py", line 2189, in run_wrapper
File "/dir/dropSeqPipe-0.4/rules/fastqc.smk", line 47, in __rule_multiqc_fastqc_reads
File "/working_dir/conda_env/lib/python3.6/site-packages/snakemake/executors/__init__.py", line 529, in _callback
File "/working_dir/conda_env/lib/python3.6/concurrent/futures/thread.py", line 56, in run
File "/working_dir/conda_env/lib/python3.6/site-packages/snakemake/executors/__init__.py", line 515, in cached_or_run
File "/working_dir/conda_env/lib/python3.6/site-packages/snakemake/executors/__init__.py", line 2201, in run_wrapper
[Thu Jul 2 12:16:36 2020]
Finished job 21.
7 of 48 steps (15%) done
[Thu Jul 2 12:35:19 2020]
Finished job 23.
8 of 48 steps (17%) done
Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message
Complete log: /test/.snakemake/log/2020-07-02T115209.118464.snakemake.log
Hi @Hoohm
I am using the dropSeqPipe v0.4 and have installed snakemake using conda on custom directory. When I execute the pipeline, I am getting below error with fastqc.smk. Can you please let me know how to fix this.
Thanks