Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
ls *_R1*.fastq.gz  -lh | awk '{print $9}' >gz > read1

ls *_R2*.fastq.gz  -lh | awk '{print $9}' >gz > read2

2. List the sample IDs. If the sample names are in the sample files, they can be extracted using sed. For example:

...