-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PEPATAC looper report Rscript /PEPATAC_summerizer.R error #310
Comments
Can you confirm the PEPATAC version you are using as well as the R version? Are you using the command |
I'm running PEPATAC v0.12.3 using conda and R v4.3.1. I ran 'looper run -c looper_84_config.yaml' which generated what seem to be non-empty output files, then ran |
Some follow-up questions: |
48 samples, here is an example stat.yaml for a single sample. The sample level stats.yamls are there and full of information for all 48 samples. The stats.yaml file in the summary directory is lacking information |
I believe I was able to recreate it on my end. I ran
Though it shows an error, the project level pipeline appears to continue without issue. I decided to install the
This appears to be the same issue as: #291 |
I ran install.packages("data.table") in R in my conda env and reran looper runp and received the same error. |
My interpretation of the links to the similar issues was updating the R version - I'm running R 4.3.1. ran install.packages("argparser") prior to rerunning looper runp -- with same error as before |
I believe it is happening at this line after parsing the file Line 2457 in 6d5561b
Example yaml that causes issue: PEPATAC:
project: {}
sample:
tutorial1:
meta:
pipestat_modified_time: '2025-02-10 14:53:30'
pipestat_created_time: '2025-02-10 14:51:29'
history:
Time:
'2025-02-10 14:53:30': 0:02:02
Success:
'2025-02-10 14:53:30': 02-10-14:53:30
File_mb: 27
Read_type: paired
Genome: hg38
Raw_reads: '1000000'
Fastq_reads: 1000000
Trimmed_reads: 1000000
Trim_loss_rate: 0.0
FastQC report r1:
path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial1/fastqc/tutorial1_R1_trim_fastqc.html
thumbnail_path: null
title: FastQC report r1
annotation: PEPATAC
FastQC report r2:
path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial1/fastqc/tutorial1_R2_trim_fastqc.html
thumbnail_path: null
title: FastQC report r2
annotation: PEPATAC
Aligned_reads_rCRSd: 99360.0
Alignment_rate_rCRSd: 9.94
Mapped_reads: '900577'
QC_filtered_reads: 3835
Aligned_reads: '896742'
Alignment_rate: 89.67
Total_efficiency: 89.67
Mitochondrial_reads: 18
NRF: 1.0
PBC1: 1.0
PBC2: 448366.0
Unmapped_reads: 63
Duplicate_reads: '0'
Dedup_aligned_reads: 896742.0
Dedup_alignment_rate: 89.67
Dedup_total_efficiency: 89.67
NFR_frac: 0.3593
mono_frac: 0.2362
di_frac: 0.0647
tri_frac: 0.0014
poly_frac: 0.0013
Read_length: 42
Genome_size: 3099922541
Library complexity:
path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial1/QC_hg38/tutorial1_preseq_plot.pdf
thumbnail_path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial1/QC_hg38/tutorial1_preseq_plot.png
title: Library complexity
annotation: PEPATAC
Frac_exp_unique_at_10M: 0.9586
TSS_score: 14.2
TSS enrichment:
path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial1/QC_hg38/tutorial1_TSS_enrichment.pdf
thumbnail_path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial1/QC_hg38/tutorial1_TSS_enrichment.png
title: TSS enrichment
annotation: PEPATAC
Fragment distribution:
path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial1/QC_hg38/tutorial1_fragLenDistribution.pdf
thumbnail_path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial1/QC_hg38/tutorial1_fragLenDistribution.png
title: Fragment distribution
annotation: PEPATAC
Time: 0:02:02
Success: 02-10-14:53:30
tutorial2:
meta:
pipestat_modified_time: '2025-02-10 14:55:31'
pipestat_created_time: '2025-02-10 14:53:31'
history:
Time:
'2025-02-10 14:55:31': 0:01:59
Success:
'2025-02-10 14:55:31': 02-10-14:55:31
File_mb: 27
Read_type: paired
Genome: hg38
Raw_reads: '1000000'
Fastq_reads: 1000000
Trimmed_reads: 1000000
Trim_loss_rate: 0.0
FastQC report r1:
path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial2/fastqc/tutorial2_R1_trim_fastqc.html
thumbnail_path: null
title: FastQC report r1
annotation: PEPATAC
FastQC report r2:
path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial2/fastqc/tutorial2_R2_trim_fastqc.html
thumbnail_path: null
title: FastQC report r2
annotation: PEPATAC
Aligned_reads_rCRSd: 100556.0
Alignment_rate_rCRSd: 10.06
Mapped_reads: '899373'
QC_filtered_reads: 4021
Aligned_reads: '895352'
Alignment_rate: 89.54
Total_efficiency: 89.54
Mitochondrial_reads: 30
NRF: 1.0
PBC1: 1.0
PBC2: 447669.0
Unmapped_reads: 71
Duplicate_reads: '0'
Dedup_aligned_reads: 895352.0
Dedup_alignment_rate: 89.54
Dedup_total_efficiency: 89.54
NFR_frac: 0.3602
mono_frac: 0.2354
di_frac: 0.0643
tri_frac: 0.0015
poly_frac: 0.0014
Read_length: 42
Genome_size: 3099922541
TSS_score: 12.8
TSS enrichment:
path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial2/QC_hg38/tutorial2_TSS_enrichment.pdf
thumbnail_path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial2/QC_hg38/tutorial2_TSS_enrichment.png
title: TSS enrichment
annotation: PEPATAC
Fragment distribution:
path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial2/QC_hg38/tutorial2_fragLenDistribution.pdf
thumbnail_path: /home/drc/PEPATAC_OCT_2024/processed/results_pipeline/tutorial2/QC_hg38/tutorial2_fragLenDistribution.png
title: Fragment distribution
annotation: PEPATAC
Time: 0:01:59
Success: 02-10-14:55:31
|
So the pipeline is creating sample level stats.yaml files that the R script can't read? It seems like you ran the tutorial example to get this error so it isn't our dataset it is an issue with the R package? |
Yes, I do not believe it is your dataset. It appears that the absence of the We are currently working on an actual solution at the moment, however. |
There is an issue with the |
This should be fixed with 0.12.4. |
The text was updated successfully, but these errors were encountered: