Skip to content

tree

http://www.perpetualpc.net/srtd_tree.html

#No color
tree -n lab/
lab/
├── cellranger_out
├── fastqs
│   ├── P24Am
│   │   ├── P24Am_S6_L003_I1_001.fastq.gz
│   │   ├── P24Am_S6_L003_R1_001.fastq.gz
│   │   └── P24Am_S6_L003_R2_001.fastq.gz
│   └── P24Is
│       ├── P24Is_S5_L003_I1_001.fastq.gz
│       ├── P24Is_S5_L003_R1_001.fastq.gz
│       └── P24Is_S5_L003_R2_001.fastq.gz
├── jupyter
│   ├── MM20567
│   │   ├── Gen_h5ad_MM20567.ipynb
│   │   └── MM20567_Master.h5ad
│   ├── P24Am
│   │   ├── Gen_h5ad_P24Am.ipynb
│   │   └── P24Am_Master.h5ad
│   ├── P24AmIs
│   │   ├── Gen_h5ad_P24AmIs.ipynb
│   │   └── P24AmIs_Master.h5ad
│   └── P24Is
│       ├── Gen_h5ad_P24Is.ipynb
│       └── P24Is_Master.h5ad
├── logs
│   └── email.log
├── looms
│   ├── MM20567.loom
│   ├── P24Am.loom
│   └── P24Is.loom
├── merged_fastqs
│   └── MM20567
│       ├── MM20567_01_S17_L001_I1_001.fastq.gz
│       ├── MM20567_01_S17_L001_R1_001.fastq.gz
│       ├── MM20567_01_S17_L001_R2_001.fastq.gz
│       ├── MM20567_02_S18_L001_I1_001.fastq.gz
│       ├── MM20567_02_S18_L001_R1_001.fastq.gz
│       ├── MM20567_02_S18_L001_R2_001.fastq.gz
│       ├── MM20567_03_S19_L001_I1_001.fastq.gz
│       ├── MM20567_03_S19_L001_R1_001.fastq.gz
│       ├── MM20567_03_S19_L001_R2_001.fastq.gz
│       ├── MM20567_04_S20_L001_I1_001.fastq.gz
│       ├── MM20567_04_S20_L001_R1_001.fastq.gz
│       └── MM20567_04_S20_L001_R2_001.fastq.gz
└── refdata
    ├── gtf
    ├── refdata-cellranger-GRCh38-3.0.0
    └── refdata-cellranger-mm10-3.0.0
tree -n -L 2 lab/
lab/
├── cellranger_out
│   ├── P24Am
│   └── P24Is
├── fastqs
│   ├── P24Am
│   └── P24Is
├── jupyter
│   ├── MM20567
│   ├── P24Am
│   ├── P24AmIs
│   └── P24Is
├── logs
│   └── email.log
├── looms
│   ├── MM20567.loom
│   ├── P24Am.loom
│   └── P24Is.loom
├── merged_fastqs
│   └── MM20567
└── refdata
    ├── gtf
    ├── refdata-cellranger-GRCh38-3.0.0
    └── refdata-cellranger-mm10-3.0.0
Published inBashLinux

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *