Skip to content
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

multiple input bam files #67

Open
ccshao opened this issue Jul 31, 2018 · 2 comments
Open

multiple input bam files #67

ccshao opened this issue Jul 31, 2018 · 2 comments

Comments

@ccshao
Copy link

ccshao commented Jul 31, 2018

How could I run QoRTs on multiple bam files in the java command line? It seems only one sample is accepted in the java command line.
Would be possible to make something like following work? or give a file with path of bam files per line?

java -jar QoRTs.jar QC \
        --singleEnded \
        --generatePlots \
        EXAMPLE1.s.bam \
        EXAMPLE.2s.bam \
        $gtf \
        ./EXAMPLE_QoRTs/

Thanks!

@hartleys
Copy link
Owner

hartleys commented Aug 2, 2018 via email

@ccshao
Copy link
Author

ccshao commented Aug 3, 2018

the latter idea, a single command run all listed samples, or read from files has the bam files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants