From cbd1b525332b71dee8413c55b1f21c9915e501c5 Mon Sep 17 00:00:00 2001 From: Paul Pham <148553+learner-long-life@users.noreply.github.com> Date: Fri, 26 Jul 2024 13:55:24 -0400 Subject: [PATCH] Create DataTutorial.md --- docs/DataTutorial.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/DataTutorial.md diff --git a/docs/DataTutorial.md b/docs/DataTutorial.md new file mode 100644 index 0000000..5e4adba --- /dev/null +++ b/docs/DataTutorial.md @@ -0,0 +1,14 @@ +# Data Tutorial + +After pulling the large files from Git, you can view the data files in the `data` subdirectory using the `tree` command + +``` +$ tree data +data +├── reads +│   ├── fastq_runid_9d742d72b6f5d334c2d0d388f2eb1da13decd9a6_1_0.fasta +│   ├── fastq_runid_9d742d72b6f5d334c2d0d388f2eb1da13decd9a6_35_0.fasta +... +│   ├── fastq_runid_9d742d72b6f5d334c2d0d388f2eb1da13decd9a6_64_0.fasta +└── ref_genome.fna +```