GithubHelp home page GithubHelp logo

Comments (3)

sstevens2 avatar sstevens2 commented on June 13, 2024

We also had a hard time with Trimmomatic in the lesson. It has a really long set of arguments which makes it so easy to make a mistake while typing. I moved running this into a script but we still had to troubleshoot a lot of errors that were related to typos. I've not used the other tools suggested by @JCSzamosi but if it could be swapped out, that would be ideal. Expect this change might be something that the CAC might need to discuss but I would be happy to help with a PR on it.

from wrangling-genomics.

harbi811 avatar harbi811 commented on June 13, 2024

I have used TrimGalore and found it a lot simpler to teach than Trimmomatic. TrimGalore is a wrapper around cutadapt and FastQC with the ability to detect common standard adaptors like Nextera used in the example. I am willing to contribute to rewriting this lesson using TrimGalore which would make the lesson easier to understand.

For example, there would be no need to copy a file of adapter sequences into the current working directory and the arguments are very descriptive. An equivalent command for the example using TrimGalore is. This also runs a FastQC step after trimming to check the quality of the trimmed reads. In that way, a person is able to see if the trimming was effective.

trim_galore --paired --phred33 --cores 4 --quality 20 --length 25 --nextera --fastqc SRR2589044_1.fastq.gz SRR2589044_2.fastq.gz

from wrangling-genomics.

JCSzamosi avatar JCSzamosi commented on June 13, 2024

I'm not a maintainer on this lesson, but I sure would welcome a fork like that even if it never gets merged back into the Carpentries curriculum. If you do create such a fork, please let us know here!

Also thanks for the tip about TrimGalore! I will check it out for my own use!

from wrangling-genomics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.