-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support bam's as input to treeshop #8
Comments
Cool. Has it worked?
…On Tue, Jan 9, 2018 at 1:33 PM, Rob Currie ***@***.***> wrote:
@hbeale <https://github.com/hbeale> I've added basic bam to fastq
conversion:
docker run --rm \
-v /mnt/samples:/samples \
quay.io/ucsc_cgl/samtools:1.5--98b58ba05641ee98fa98414ed28b53ac3048bc09 \
fastq -1 /samples/{0}.R1.fq.gz -2 /samples/{0}.R2.fq.gz /samples/{1}
(Same method as used in cgl-rnaseq)
Treeshop will make the conversion and copy the resulting fastq's back to
derived under archive for posterity and then proceed with rnaseq etc....
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADVg_kpOUUNDZfKuzYOtKeav50qS3yOks5tI9s_gaJpZM4RYeQG>
.
|
Hmmm...output isn't matching but maybe its my fastq -> bam: docker run -it --rm -v converting this bam back to fastq via samtools, then through rnaseq, then umend and the readDist.txt differs. @hbeale is it reasonable that these should be identical: fastqs -> rnaseq sorted.bam output -> umend fastqs -> picard bam -> samtools to fastq -> rnaseq sorted.bam -> umend ?
|
converted bam in the develop branch: https://github.com/UCSC-Treehouse/pipelines/tree/develop/samples |
when you say " samtools to fastq -> umend", does "fastq -> umend"
represent the rna-seq pipeline (using STAR) and then the bam-umend-qc
process?
yes, i'd expect them to be identical, but i don't know where to go if
they're not. I'd approach is by comparing the outputs of these two
approaches:
bam -> btfv9 -> groomed fq -> umend
bam -> samtools to fastq -> un-groomed fq -> umend
…On Tue, Jan 9, 2018 at 3:00 PM, Rob Currie ***@***.***> wrote:
converted bam in the develop branch:
https://github.com/UCSC-Treehouse/pipelines/tree/develop/samples
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADVgxF4yloaWepmPXqDHXCs6Vv_gC7cks5tI--WgaJpZM4RYeQG>
.
|
@hbeale I've added basic bam to fastq conversion:
(Same method as used in cgl-rnaseq)
Treeshop will make the conversion and copy the resulting fastq's back to derived under archive for posterity and then proceed with rnaseq etc....
The text was updated successfully, but these errors were encountered: