Skip to content

Number of reads on merged fastqs #4

@BiotechPedro

Description

@BiotechPedro

add bash loop to get the number of reads in order to create another "downstream" plot of the total reads

for i in ${fastqs}
do
  zcat $i | grep -c "@"
done

Metadata

Metadata

Assignees

No one assigned

    Labels

    almost doneCode is almost ready to commit (test phase)enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions