Skip to content

Commit

Permalink
Create DataTutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
learner-long-life authored Jul 26, 2024
1 parent 1251c3c commit cbd1b52
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/DataTutorial.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit cbd1b52

Please sign in to comment.