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

Illumina tumor samples without normal #35

Open
gl00ten opened this issue Dec 11, 2024 · 5 comments
Open

Illumina tumor samples without normal #35

gl00ten opened this issue Dec 11, 2024 · 5 comments

Comments

@gl00ten
Copy link

gl00ten commented Dec 11, 2024

I have Illumina tumor samples without normal <- for this case which flag should I use?

[
    'WGS',
    'WES',
    'PACBIO',
    'ONT',
    'FFPE_WGS',
    'FFPE_WES',
    'WGS_TUMOR_ONLY',
    'PACBIO_TUMOR_ONLY',
    'ONT_TUMOR_ONLY',
],

None seems appropriate at first glance.

edit: I have WES samples, not WGS

@pichuan
Copy link
Collaborator

pichuan commented Dec 11, 2024

Hi @gl00ten , please use WGS_TUMOR_ONLY

@gl00ten
Copy link
Author

gl00ten commented Dec 13, 2024

@pichuan sorry I forgot to mention I have WES not WGS. Which do I use?

@pichuan
Copy link
Collaborator

pichuan commented Dec 16, 2024

Hi @gl00ten ,
Please use WGS_TUMOR_ONLY for Illumina WES data as well.

Thank you!

@gl00ten
Copy link
Author

gl00ten commented Dec 17, 2024

Hi again @pichuan

I'm getting a bunch of these errors as I start to run deepsomatic

population_vcf does not have config NC_000001.11

Image

running like so:

INPUT_DIR="${PWD}/mydata"
BIN_VERSION="1.8.0"

OUTPUT_DIR="${PWD}/quickstart-output"
mkdir -p "${OUTPUT_DIR}"

sudo docker run \
-v ${INPUT_DIR}:${INPUT_DIR} \
-v ${OUTPUT_DIR}:${OUTPUT_DIR} \
google/deepsomatic:"${BIN_VERSION}" \
run_deepsomatic \
--model_type=WGS_TUMOR_ONLY \
--ref=${INPUT_DIR}/genomes/human_GRCh38.p14/GRCh38_latest_genomic.fna \
--reads_tumor=${INPUT_DIR}/101B.bam \
--output_vcf=${OUTPUT_DIR}/101B_WGS_TUMOR_ONLY.vcf.gz \
--output_gvcf=${OUTPUT_DIR}/101B_WGS_TUMOR_ONLY.g.vcf.gz \
--sample_name_tumor="tumor" \
--num_shards=28 \
--logging_dir=${OUTPUT_DIR}/logs \
--vcf_stats_report=true \
--intermediate_results_dir ${OUTPUT_DIR}/intermediate_results_dir \

Did I use the wrong reference format ?

Want me to open a new ticket for this?

@pichuan
Copy link
Collaborator

pichuan commented Dec 19, 2024

Hi @gl00ten , can you try specifying the contig(s) that you want to call, and first confirm if that works or not?

For example, add a flag --regions=chr1 first to confirm that works or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants