Excluding all info other than SRR ID #107
Answered
by
robertaboukhalil
GitTodojetaime
asked this question in
Q&A
-
I am on lesson 1 exercise and struggling to exclude all information in my output that is not the SRR ID. Here are my commands: touch read.names.txt (creating the file for NA12878.fastq sequence data) I am very new to this. Thank you for any suggestions! |
Beta Was this translation helpful? Give feedback.
Answered by
robertaboukhalil
Sep 28, 2024
Replies: 1 comment 3 replies
-
Hello! A few pointers:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
robertaboukhalil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! A few pointers:
seqkit seq --only-id NA12878.fastq | head
output? Does it output only the SRR IDs, or also the rest of the FASTQ entry?Hope this helps!