-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
grep exercise unrealistic #230
Comments
I agree, it is not directly relevant to a full workshop and the workshop would profit from trimming down the material. However, whenever I teach this lesson as "stand alone", I never skip this because the output of many bioinformatic tools I use need to be redirected to a file. I would suggest we make this an optional episode under 'Extras'. |
I was trying to come up with a useful exercise with fastq files and grep, but yeah, the lesson is kind of artificial. If the lesson was done on a set of fasta files (transcripts, etc) it would be easier to come up with relevant examples for grep, piping and other things, but that would mean too much work I guess. Still, grep and piping is very useful in downstream processing of results and I also think it would be good to have these exercises in the 'Extra' episode. |
Learning about grep and redirect is useful in many cases.
However, if I used the same command on my macOS, the I would get
I am not sure if/how, this is a bug, but there is definitely a problem and inconsistency. I don't understand while the |
I agree, grep is a useful tool, I have some suggestions on a lesson that is relevant that I am currently using in my dissertation using fastq files. I originally had BAM, and I stripped the bam files of the reference genome, I had to separate paired end fastq reads to re-align to a new reference genome. The 'for loop' code I used in my MAC terminal to separate the files are : first separate pair-end reads between 1 and 2.
|
Good comment on the type of grep command used. Lesson should be updated. |
Arizona Bug BBQ - In general we dislike the current set of exercises using grep. it is quite artificial and not relevant to the pipeline that we are working through with them. We suggest dropping grep and piping entirely from this lesson unless someone comes up with an exercise that is relevant to the current data set and is something learners would use in their actual workflow.
Additionally, most bioinformatic tools don't take advantage of piping.
The text was updated successfully, but these errors were encountered: