Home

Awesome

LncPipeTestData

This repo contains a test case for running LncPipe.
Testdata can be download here

Data Information

Only a subset of the whole dataset (trimmed for chrX only) were put on this repo for improving testing efficiency for LncPipe. The file includes

Test command (Assume that docker and nextflow were properly preinstalled )

Result content (expected result)

    ```
    ├── hisat_alignment
    │   ├── R1126N.hisat2_summary.txt
    │   ├── R1126N.sort.bam
    │   ├── R1126T.hisat2_summary.txt
    │   ├── R1126T.sort.bam
    │   ├── R1130N.hisat2_summary.txt
    │   ├── R1130N.sort.bam
    │   ├── R1130T.hisat2_summary.txt
    │   ├── R1130T.sort.bam
    │   ├── R1134N.hisat2_summary.txt
    │   ├── R1134N.sort.bam
    │   ├── R1134T.hisat2_summary.txt
    │   ├── R1134T.sort.bam
    │   ├── S483N.hisat2_summary.txt
    │   ├── S483N.sort.bam
    │   ├── S483T.hisat2_summary.txt
    │   ├── S483T.sort.bam
    │   ├── S502N.hisat2_summary.txt
    │   ├── S502N.sort.bam
    │   ├── S502T.hisat2_summary.txt
    │   └── S502T.sort.bam
    ├── Identified_lncRNA
    │   ├── all_lncRNA_for_classifier.gtf
    │   ├── final_all.fa
    │   ├── final_all.gtf
    │   ├── lncRNA_classification.txt
    │   ├── lncRNA.fa
    │   ├── protein_coding.fa
    │   └── protein_coding.final.gtf
    ├── LncPipeReports
    │   ├── figures
    │   ├── libs
    │   ├── reporter_files
    │   ├── reporter.html
    │   └── tables
    ├── Merged_assemblies
    │   └── merged.gtf
    ├── QC
    │   ├── R1126N_fastp.html
    │   ├── R1126T_fastp.html
    │   ├── R1130N_fastp.html
    │   ├── R1130T_fastp.html
    │   ├── R1134N_fastp.html
    │   ├── R1134T_fastp.html
    │   ├── S483N_fastp.html
    │   ├── S483T_fastp.html
    │   ├── S502N_fastp.html
    │   └── S502T_fastp.html
    └── Quantification
        ├── kallisto.count.txt
        └── kallisto.tpm.txt
    ```

Run information

timeline

another test repo for lncpipe

https://github.com/nf-core/test-datasets/blob/lncpipe/README.md