Closed quirze closed 1 month ago
Hello, thanks for using the tool. Can you please remove the key within dnaseq. This should resolve the error. Thanks for reporting this. I will add some tests to capture this case.
# General settings
reference:
release: 111
nonchr: false
threads: 30
mapq: 30 # overall required mapping quality
basequal: 20 # overall required base quality
data:
name: XXX
dnaseq:
rnaseq:
XXX_Rep1: /path/to/file/XXX_Rep1.R1.fq.gz /path/to/file/XXX_Rep1.R2.fq.gz
XXX_Rep2: /path/to/file/XXX_Rep2.R1.fq.gz /path/to/file/XXX_Rep2.R2.fq.gz
XXX_Rep3: /path/to/file/XXX_Rep3.R1.fq.gz /path/to/file/XXX_Rep3.R2.fq.gz
XXX_Rep4: /path/to/file/XXX_Rep4.R1.fq.gz /path/to/file/XXX_Rep4.R2.fq.gz
normal:
I
Hello. Sorry for the delay. Thanks for your response. I did as suggested and after solving a few other errors I could successfully run the workflow. Thanks again for creating such a thorough resource. Bests, Quirze
Thanks. Let me know if you have additional questions.
Hello Richard,
Thanks a lot for creating this automated pipeline. I would like to try it with the aim of predicting neoantigen using solely RNAseq data. As I understood from the paper and the documentation, this should be possible.
Following the installation and running steps, I set up a conda environemt and modified the config.yaml file to include my samples:
However, leaving
dnaseq:
empty gives me an error when trying to call a dry-run withsnakemake
:I've tried removing
dnaseq:
anddna_tumor:
, but then it gives a KeyError:KeyError: 'dnaseq'
.I would appreciate it if you could explain how would you recommend running ScanNeo2 without DNAseq.
Thanks in advance for your help. Quirze