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

bam2bam usage in pipeline_bamstats #76

Closed
IanSudbery opened this issue Oct 23, 2018 · 1 comment
Closed

bam2bam usage in pipeline_bamstats #76

IanSudbery opened this issue Oct 23, 2018 · 1 comment

Comments

@IanSudbery
Copy link
Contributor

pipeline_bamstats uses bam2bam in order add back peduoquality/seqeuence to a bam file.

if does with the following command:

cat Aly-IN-2.bam     | cgat bam2bam -v 0     --method=set-sequence > BamFiles.dir/Aly-IN-2.bam 

I.e. output is sent to stdout, but the log is not redirected. bam2bam doesn't like this, even though -v0 is set, which should probably be okay (see cgat-developers/cgat-apps#30), but it isn't currently..

@Acribbs
Copy link
Contributor

Acribbs commented Dec 14, 2018

#82 should fix this

@Acribbs Acribbs closed this as completed Dec 14, 2018
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