-
Notifications
You must be signed in to change notification settings - Fork 1
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
Normal Sample #33
Comments
Hi, In any case it should generate an output (but also SNVs/indels - as the other sources are generated from transcriptomic data). Your config looks good. The only thing is that you could specify However, it should print an output. Does it not generate any output? Like the alignment for example? Line 75 in adac49d
This needs to be set of BOTH or DNA, otherwise it will only be activate for the RNA samples. |
Hi, /dnaseq/reads$ ls dnaseq/align$ ls could it be that I need to rewrite the data portion of the config.yaml file to: data: Did I interpret the "The only thing is that you could specify normal: dna_normal1 dna_normal2 to tell it that these are the normal samples." of your reply correctly? |
Hi, Ah, so I think I misread your post before. Sorry about that. In
For example, when we do the indel calling, ScanNeo2 searches for the keys under rnaseq/dnaseq and uses the data that is defined under them. Like here: ScanNeo2/workflow/rules/common.smk Line 612 in adac49d
Since it was defined on the same level, it was probably missed. I will think about some routines to catch this. Thanks for the hint. In the final prioritization file (mhc-I_neoepitopes.txt), you should also find neoantigens with the Let me know if this helps, |
Hello,
I have a question regarding the use of normal samples in ScanNeo2.
According to the information provided in the data section of the wiki, it states:
"In addition, normal allows to specify normal samples but is not used currently. Multiple normal samples can be separated by spaces."
How does the software ensure that the identified mutations are somatic if variant calling for normal DNA sequencing is not being performed?
I recently completed a test run with my data, and it appears that no output was generated for the normal DNA data. I suspect that it's either not using normal dna data or I may have incorrectly configured the config file. Below is how I filled in the config file in the data section, could you please confirm if this is correct?
data:
name: bN4
dnaseq:
dna_tumor: Path/to/File/bN4DNA_EKDN230058818-1A_H2CMHDSXC_L3_1.fq.gz Path/to/File/bN4DNA_EKDN230058818-1A_H2CMHDSXC_L3_2.fq.gz
rnaseq:
rna_tumor: Path/to/File/bN4_1.fastq.gz Path/to/File/bN4_2.fastq.gz
normal:
dna_normal1: Path/to/File/bN4DNAbl_EKDN230058820-1A_222T7MLT4_L1_1.fq.gz Path/to/File/bN4DNAbl_EKDN230058820-1A_222T7MLT4_L1_2.fq.gz
dna_normal2: Path/to/File/bN4DNAbl_EKDN230058820-1A_H27YKDSXC_L4_1.fq.gz Path/to/File/bN4DNAbl_EKDN230058820-1A_H27YKDSXC_L4_2.fq.gz
The text was updated successfully, but these errors were encountered: