Timeline for count number of sequences in many fastq files recursively
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 7, 2022 at 15:31 | vote | accept | Gavin | ||
| Jul 6, 2022 at 19:02 | answer | added | terdon♦ | timeline score: 0 | |
| Jul 6, 2022 at 15:58 | answer | added | BANJOSA | timeline score: 1 | |
| Jul 6, 2022 at 15:53 | comment | added | terdon♦ | Your error is because you are using a bc command out of bc: the shell has no idea that /4 is supposed to be "divide a number by 4". But are you sure this is what you want? There is no guarantee that fastq files will only have 4 lines per sequence. If you know your data well you can use this approach, but if you need to deal with arbitrary fastq files, you cannot assume only 4 lines. | |
| Jul 6, 2022 at 15:51 | history | edited | terdon♦ | CC BY-SA 4.0 | added 24 characters in body |
| Jul 6, 2022 at 15:34 | history | asked | Gavin | CC BY-SA 4.0 |