while I'm running HAMLET, I've got the error which seems it can't read the samples.
I replaced all reference file directories in 'test-hamlet-frankenstein.config' into my local directories, and when I manually test with command by using snakemake -n --snakefile Snakefile --configfile test/data/config/test-hamlet-frankenstein.config, it successfully passed.
This is the error what I've got.
KeyError in line 29 of /node01data/shared/git/HAMLET/includes/qc-seq/Snakefile:
'samples'
File "/node01data/shared/git/HAMLET/Snakefile", line 7, in
File "/node01data/shared/git/HAMLET/includes/qc-seq/Snakefile", line 60, in
File "/node01data/shared/git/HAMLET/includes/qc-seq/Snakefile", line 61, in
File "/node01data/shared/git/HAMLET/includes/qc-seq/Snakefile", line 29, in get_readgroup_per_sample
Can you paste the exact command you run and the configuration file you used when you got that error? It sounds like HAMLET cannot recognize the read groups for your samples.
while I'm running HAMLET, I've got the error which seems it can't read the samples. I replaced all reference file directories in 'test-hamlet-frankenstein.config' into my local directories, and when I manually test with command by using snakemake -n --snakefile Snakefile --configfile test/data/config/test-hamlet-frankenstein.config, it successfully passed.
This is the error what I've got. KeyError in line 29 of /node01data/shared/git/HAMLET/includes/qc-seq/Snakefile: 'samples' File "/node01data/shared/git/HAMLET/Snakefile", line 7, in
File "/node01data/shared/git/HAMLET/includes/qc-seq/Snakefile", line 60, in
File "/node01data/shared/git/HAMLET/includes/qc-seq/Snakefile", line 61, in
File "/node01data/shared/git/HAMLET/includes/qc-seq/Snakefile", line 29, in get_readgroup_per_sample