Below commands automatically download annotation data and test FASTQ data and run the pipeline.
Currently, 8 combinations of annotations/data types are availabe:
- Species: mouse and human
- Sequencing: single-end and paired-end
- Strandness: unstranded and stranded (fr-firststrand)
nextflow run rikenbit/ramdaq -profile test_SE_UST_M,docker --outdir results_DLtest_SE_UST_M
nextflow run rikenbit/ramdaq -profile test_SE_ST_M,docker --outdir results_DLtest_SE_ST_M
nextflow run rikenbit/ramdaq -profile test_PE_UST_M,docker --outdir results_DLtest_PE_UST_M
nextflow run rikenbit/ramdaq -profile test_PE_ST_M,docker --outdir results_DLtest_PE_ST_M
nextflow run rikenbit/ramdaq -profile test_SE_UST_H,docker --outdir results_DLtest_SE_UST_H
nextflow run rikenbit/ramdaq -profile test_SE_ST_H,docker --outdir results_DLtest_SE_ST_H
nextflow run rikenbit/ramdaq -profile test_PE_UST_H,docker --outdir results_DLtest_PE_UST_H
nextflow run rikenbit/ramdaq -profile test_PE_ST_H,docker --outdir results_DLtest_PE_ST_H