Closed LuJiansen closed 2 months ago
Hi, thanks for pointing this out. We will update this so it uses a seperate chunk variable and let you know when that is done.
您好,请问您是如何运行该软件的,因为我也是刚刚接触到linux,所以在很多方面都不知道该如何处理,我可以向您请教一下如何设置该软件吗?我已经下载了.sif软件,也设置了离线运行,但是在运行的时候依旧会从网上拉去镜像,所以很抱歉打扰您了,我想请问一下我该如何设置我的参数。非常感谢您可以在百忙之中抽空解答一下我的疑问,谢谢。
Hi this is fixed in the most recent version
Operating System
CentOS 7
Other Linux
No response
Workflow Version
v1.2.0
Workflow Execution
Command line (Local)
Other workflow execution
No response
EPI2ME Version
No response
CLI command run
nextflow run epi2me-labs/wf-pore-c \ --fastq 'raw_data' \ --sample_sheet 'sample_sheet.csv' \ --cutter 'MboI' \ --threads 20 \ --chunk_size 20000 \ --mcool \ --coverage \ --chromunity \ --pairs \ --vcf '/path/to/illumina_PlatinumGenomes_2017_hg38_NA12878_PS.vcf.gz' \ --phased_vcf '/path/to/illumina_PlatinumGenomes_2017_hg38_NA12878_PS.vcf.gz' \ --ref '/path/to/GRCh38.fa' \ -profile singularity -resume
Workflow Execution - CLI Execution Profile
None
What happened?
The chunk index for
bamindex fetch
in process 'digest_align_annotate' was defined as task.index - 1, which is working when using single sample mode. While when there are multiple samples, the task.index of the process will be cumulatively calculated acorss samples.For example, given that there 3 samples barcode01, barcode02 and barcode03, each have 6 chunks. The task.index of 'digest_align_annotate' process will ranged from 1 to 18 when running with sample_sheet, making bamindex try to fetch chunk larger than 6, and lead to
segmentation fault (core dump)
Relevant log output
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
yes
Other demo data information
No response