Hi , I am getting the below error while running aberrant expression module and the command I use to run the module is :
snakemake aberrantExpression --cores 40 -k --rerun-trigger mtime
error message :
[Wed Apr 9 11:32:31 2025]
rule AberrantExpression_pipeline_Counting_filterCounts_R:
input: /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/Output/processed_data/aberrant_expression/v47/outrider/control/total_counts.Rds, /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/Output/processed_data/preprocess/v47/txdb.db, Scripts/AberrantExpression/pipeline/Counting/filterCounts.R
output: /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/Output/processed_results/aberrant_expression/v47/outrider/control/ods_unfitted.Rds
log: /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/.drop/tmp/AE/v47/control/filter.Rds
jobid: 3
reason: Missing output files: /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/Output/processed_results/aberrant_expression/v47/outrider/control/ods_unfitted.Rds
wildcards: annotation=v47, dataset=control
resources: tmpdir=/tmp
Error in rownames<-(*tmp*, value = value[[2]]) :
missing values not allowed in rownames
Calls: OutriderDataSet ... dimnames<- -> dimnames<- -> rownames<- -> rownames<-
Execution halted
[Wed Apr 9 11:32:43 2025]
Error in rule AberrantExpression_pipeline_Counting_filterCounts_R:
jobid: 80
input: /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/Output/processed_data/aberrant_expression/v47/outrider/case/total_counts.Rds, /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/Output/processed_data/preprocess/v47/txdb.db, Scripts/AberrantExpression/pipeline/Counting/filterCounts.R
output: /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/Output/processed_results/aberrant_expression/v47/outrider/case/ods_unfitted.Rds
log: /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/.drop/tmp/AE/v47/case/filter.Rds (check log file(s) for error details)
RuleException:
CalledProcessError in file /tmp/tmpy6272umh, line 48:
Command 'set -euo pipefail; Rscript --vanilla /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/.snakemake/scripts/tmph3csk9eu.filterCounts.R' returned non-zero exit status 1.
File "/tmp/tmpy6272umh", line 48, in __rule_AberrantExpression_pipeline_Counting_filterCounts_R
File "/gpfs/software/genomics/DROP/v1.4.0/lib/python3.12/concurrent/futures/thread.py", line 59, in run
Error in rownames<-(*tmp*, value = value[[2]]) :
missing values not allowed in rownames
Calls: OutriderDataSet ... dimnames<- -> dimnames<- -> rownames<- -> rownames<-
Execution halted
[Wed Apr 9 11:32:43 2025]
Error in rule AberrantExpression_pipeline_Counting_filterCounts_R:
jobid: 3
input: /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/Output/processed_data/aberrant_expression/v47/outrider/control/total_counts.Rds, /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/Output/processed_data/preprocess/v47/txdb.db, Scripts/AberrantExpression/pipeline/Counting/filterCounts.R
output: /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/Output/processed_results/aberrant_expression/v47/outrider/control/ods_unfitted.Rds
log: /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/.drop/tmp/AE/v47/control/filter.Rds (check log file(s) for error details)
RuleException:
CalledProcessError in file /tmp/tmpy6272umh, line 48:
Command 'set -euo pipefail; Rscript --vanilla /gpfs/projects/tmedicine/Shafiha/pipelines/DROP/DROP_pipeline_GRCH37_50million/.snakemake/scripts/tmp_owmlz5x.filterCounts.R' returned non-zero exit status 1.
File "/tmp/tmpy6272umh", line 48, in __rule_AberrantExpression_pipeline_Counting_filterCounts_R
File "/gpfs/software/genomics/DROP/v1.4.0/lib/python3.12/concurrent/futures/thread.py", line 59, in run
Exiting because a job execution failed. Look above for error message
Complete log: .snakemake/log/2025-04-09T113228.727115.snakemake.log
Hi , I am getting the below error while running aberrant expression module and the command I use to run the module is :
snakemake aberrantExpression --cores 40 -k --rerun-trigger mtimeerror message :