Skip to content
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

most positions are zero depth #117

Open
Shawn-X-Zhang opened this issue Jan 31, 2025 · 0 comments
Open

most positions are zero depth #117

Shawn-X-Zhang opened this issue Jan 31, 2025 · 0 comments
Labels
question Further information is requested

Comments

@Shawn-X-Zhang
Copy link

Ask away!

I use the workflow to analyze nanopore sequencing data of wastewater SARS-CoV-2 samples.
The 'Midnight-ONT/V3' primers were used in amplification. The basecall_model from the fastq files is
[email protected]

The pipeline could not identify a valid basecall model so I over-rided with '[email protected]'.
The pipeline worked without error in the screen.
All samples have zero depth in most positions based on all_depth.txt.

I took five fastq files from wf-artic demo (barcode49, barcode51, etc.) and add them to my sample folder so that they serve as control.
After analysis with the pipeline, my samples still have zero depth in most position.
The demo samples have about 50% percent positions with zero depth.
When I checked the consensus sequences of the demo samples, they are about 29kb, and actually have less than 5% N.
This seems conflict with the depth data.

Should I do some configuration to show maximize the positions with non-zero depth even if the depth is low?
I am also appreciate your suggestion regarding to the choice of basecaller model.

Thanks for creating the pipeline and answer my questions.
Xiangmin

Below is the command used to run the pipeline:
nextflow run epi2me-labs/wf-artic
--fastq 'wf-artic-input/fastq'
--sample_sheet 'wf-artic-input/sample_sheet.csv'
--scheme_name 'SARS-CoV-2'
--scheme_version 'Midnight-ONT/V3'
--override_basecaller_cfg '[email protected]'
-c my_config.cfg
-profile standard

@Shawn-X-Zhang Shawn-X-Zhang added the question Further information is requested label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

1 participant