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

fix cutadapt paired untrimmed command #423

Merged
merged 1 commit into from
Apr 24, 2018

Conversation

amayer21
Copy link
Contributor

When running cutadapt (from readqc pipeline) with paired reads and asking to redirect untrimmed reads to a separate file, there are spaces missing in the command before --untrimmed-output so the run abort with an error message. Also the option for redirecting untrimmed paired output should be --untrimmed-paired-output and not --untrimmed-output-paired.

Both problem fixed here (both coming from same line in PipelinePreprocess.py)

@Acribbs
Copy link
Member

Acribbs commented Apr 16, 2018

These changes look good to me. I think the reason we don't pick this up is that we don't have tests to capture running cutadapt.

When we have finished the refactoring of the cgat-developer repository maybe its something we can look at making tests for this.

@sebastian-luna-valero
Copy link
Member

Tests passing, many thanks!

@sebastian-luna-valero sebastian-luna-valero merged commit be34f69 into master Apr 24, 2018
@sebastian-luna-valero sebastian-luna-valero deleted the AM-fixing-cutadapt-untrimmed-paired branch April 24, 2018 10:17
sebastian-luna-valero added a commit to cgat-developers/cgat-flow that referenced this pull request May 31, 2018
sebastian-luna-valero added a commit to cgat-developers/cgat-flow that referenced this pull request May 31, 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

Successfully merging this pull request may close these issues.

3 participants