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

feat: add trimmomatic to tools/ #192

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mjgattas
Copy link

No description provided.

}

command <<<
cd /usr/local/share/trimmomatic-0.36-5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this is necessary? biocontainers should have added a trimmomatic executable to the $PATH, as that's what they usually do. It should be unneeded to invoke the full path here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was trying to work out access to the executable, but without cd'ing to the exact directory I wasn't able to get it to work

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's likely because it's being called with java. There is a utility wrapper script at /usr/local/bin/trimmomatic that provides the functionality and is on PATH. So you should be able to swap java -jar trimmomatic.jar with trimmomatic and remove the directory change.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @adthrasher! Hadn't noticed that distinction

@a-frantz a-frantz changed the title Feat: Add trimmomatic tooling for trimming of single and paired-end files feat: Add trimmomatic to tools/ Dec 17, 2024
@a-frantz a-frantz changed the title feat: Add trimmomatic to tools/ feat: add trimmomatic to tools/ Dec 17, 2024
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