Dear Cumulus support team,
I am Sebastián Zúñiga, a research member at the Bioinformatics Medical Centre of the University of Turku, Finland, a true pleasure to contact you.
I have been entrusted with the building of a Cell Ranger pipeline and by looking at the state of the art I have come across your approach and it definitely caught the attention. I took the liberty to write to you and ask a question that might help me in the endeavor.
I see that the workflow allows to indicate whether to run mkfastq and count or not, that’s great!, but as an input you take the samplesheet.csv. The information contained here is what I cannot automatize for a pipeline (given the different nature of the sequenced samples) and my question is, the csv read is part of your design or does 10X Genomics provide such an option to incorporate a csv as template to call these two commands sequentially? I have not seen this as part of 10X’s documentation, but it’s a great approach.
If there are any pointers you can give me in this direction are greatly appreciated.
Thank you so much for your time.
Best regards from Finland.
--
You received this message because you are subscribed to the Google Groups "Cumulus Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cumulus-suppo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cumulus-support/CAGhgKgzs0-%3DJ3DiNvWbjTRTYjtWmUMdar-Ho_PwYHYimq5T1sw%40mail.gmail.com.
Dear Yiming,
After some weeks of tests, I have managed to load the Cromwell service using our workload manager’s configuration (SLURM). Yet, I need to first develop a simplified automated way to call the cellranger_workflow (starting with mkfastq) when new BCL files are found. So, I’m writing to you to ask if there is any possibility of getting in contact with the development team?, I see in the GitHub page that the environment created on which your users access the service is totally different from us and I would appreciate any indicators on what could be the best approach to build ours.
Thank you so much for your diligence and time,
Best regards from Finland,
From: Yiming Yang <yy...@broadinstitute.org>
Sent: keskiviikko 16. kesäkuuta 2021 22.46
To: Sebastian Zuniga Norman <siz...@utu.fi>
Subject: Re: About cellranger_workflow
Hi Sebastian,
Yes, you are right. Cromwell should be the tool to look into for your situation. You may also need docker and java on your server to run Cromwell. Actually we test our WDLs on Ubuntu Linux server with Cromwell. The major difference is that there is no way to specify the memory or disk space to use when running on a server directly through Cromwell, as those options are only for cloud.
WDL is open-source (https://github.com/openwdl/wdl) and has no restriction on execution.
Sincerely,
Yiming
On Wed, Jun 16, 2021 at 5:23 AM Sebastian Zuniga Norman <siz...@utu.fi> wrote:
Hi there again,
I think I’ve answered my question: Cromwell. That’s the approach. Will look into it if it would be possible to include it in our cluster. This is some exciting news.
BR,