We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 throws an error if the log files is not redirected, but the output is sent to stdout.
bam2bam
This is presumably because a bam file with a log in the front is not a valid bam.
However, this happens even if the log level is set to 0.
This is how bam2bam is used in cgatflow.cgatpipelines.tasks.addPseudoSequenceQuality
cgatflow.cgatpipelines.tasks.addPseudoSequenceQuality
Should probably throw an error if log is not redictered and verbosity > 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bam2bam
throws an error if the log files is not redirected, but the output is sent to stdout.This is presumably because a bam file with a log in the front is not a valid bam.
However, this happens even if the log level is set to 0.
This is how bam2bam is used in
cgatflow.cgatpipelines.tasks.addPseudoSequenceQuality
Should probably throw an error if log is not redictered and verbosity > 0
The text was updated successfully, but these errors were encountered: