-
Notifications
You must be signed in to change notification settings - Fork 9
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
passing bam files to sc_long_multisample_pipeline
#48
Comments
You can copy / symlink the BAM files to the output folder, name them as |
great thanks! |
is there a similar multi-sample pipeline for bulk samples? Thanks! Sowmya |
For now, you could put all FASTQs into one folder and provide the path to the folder, each FASTQ file would be considered a sample and the
And then the names would be used as sample names |
just for clarification, are you saying thanks, |
Sorry, I meant that |
I tried something like this:
and it returns an error like this
I believe this has to do with passing multiple fastq files to the fastq argument but let me know if I'm wrong. Thanks, |
For now you could use
each FASTQ file would then be considered as a sample. |
Hi there,
I have generated BAM files for all my samples manually using minimap2, what would be the format to pass these onto
sc_long_multisample_pipeline
? I see options listed for passing the FASTQ files to the function in the documentation, is it similar for the bams?Thanks,
Sowmya
The text was updated successfully, but these errors were encountered: