-
Notifications
You must be signed in to change notification settings - Fork 32
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
dev branch works only on the first sample #145
Comments
@loipf Thanks a lot, I'm in the middle of refactoring, and I need to handle the references properly. sorry about that, I'll try to fix it ASAP |
yes dont worry and no hurry, its a great pipeline |
let's keep open until it's fixed |
Interestingly, some of my runs got stacked at the first sample, while others ran for all of them. |
Hi @maxulysse , I know you are in the middle of refactoring, but think that maybe would help having this integrated in parallel. Let me know your thoughts. If this is something you want to integrate now, or prefer handling in a different way. |
Description of the bug
I know it is still work in progress, but the new version of this pipeline
https://github.com/nf-core/rnavar/tree/dev
seems really promising. However, it only takes the first sample in a sample sheet and ignores the rest for alignment with STAR.FASTQC
is still done on both samples, butSTAR_ALIGN
only takes the first sample, probably due to some multichannel conflict? I don't know exactly, what fixed it for me was setting thech_star_index
andch_gtf
to values using.first()
? but you probably know a smoother and better way to solve this. just wanted to let you know. thanks for the nice pipeline. can be closed if you already know it.Command used and terminal output
nextflow run nf-core/rnavar -r dev -profile docker,test --outdir test2 --input input_sample_sheet.csv
Relevant files
input_sample_sheet.csv (your example with a second row):
System information
N E X T F L O W
version 24.04.2 build 5914
The text was updated successfully, but these errors were encountered: