-
Notifications
You must be signed in to change notification settings - Fork 13
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
samplesheet
format is not recognised
#65
Comments
Thanks for the report @bounlu. Can you confirm that samplesheet is definitely being provided to oncoanalyser in your execution script as If you can provide the exact full command used to invoke oncoanalyser (e.g. |
Yes the samplesheet is provided to the oncoanalyser because every time I change something in the samplesheet and I get a different error. Here is the full command:
I already provided the samplesheet above and the config_local file has no issues as I use the same for all. |
Thanks for the extra info. I noticed that the error message above were referencing The samplesheet isn't considered valid as there are multiple tumor DNA samples given for a single analysis group, which is determined by values in the Since all of your tumor DNA samples are singletons, you can fix your samplesheet by setting a unique
I also see that the entry with subject_id of 220123565 has a different sample_id pattern compared to the others, not sure whether this is intentional but figure it's worth pointing out just in case.
Are you finding that the exact samplesheet given in the documentation isn't working or that you hadn't been able to use it as a template successfully to create your own? |
Thanks a lot for the quick reply. I intentionally changed the sample ids and names to ambiguate the information hence the naming irregularities you observed. I think what I needed is this:
This explains the error I got, I will try to assign unique group id per sample. Thanks for the help. |
No worries, and to complete the explanation regarding grouping - in other cases you may want multiple samples to be part of the same analysis group e.g. a WGS tumor/normal pair must be provided under the same |
Closing this as resolved, please reopen if needed |
Hi Stephen, this is very useful! I also stumbled into this issue. Thanks for the clear explanation. I have a question about this,
Does this mean that for the case Normal1 - T1 and Normal1 - T2 the fqs from the normal sample will be processed two times or does it account for the fact that the files will have the same path etc.? Hope this makes sense. Thanks again |
Hi @davidmasp, in the example you gave the normal sample will be processed twice. I have planned to improve this aspect and the starting point for that would be alignment / post-processing since these are the most resource intense steps. You can effectively do this manually though it is a bit of work i.e. perform only alignment and MarkDups without redundancy of normals in the samplesheet and then run oncoanalyser with these generated BAMs as you had intended. |
Description of the bug
Input samplesheet format provided on the Documentation does not work for me. I tried to delete
subject_id
andsample_name
individually and it still failed, but it worked when I deleted both for all samples.Command used and terminal output
Relevant files
System information
24.06.0-edge
Server
local
Docker
Linux
dev
The text was updated successfully, but these errors were encountered: