Skip to content
Snippets Groups Projects
Unverified Commit ad62a240 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

solution_RNASeq.nf: add command to launch pipeline

parent 6706a92d
No related branches found
No related tags found
No related merge requests found
/*
./nextflow src/solution_RNASeq.nf -c src/solution_RNASeq.config --fastq "data/tiny_dataset/fastq/tiny2_R{1,2}.fastq.gz" --fasta "data/tiny_dataset/fasta/tiny_v2_10.fasta" --bed "data/tiny_dataset/annot/tiny.bed" -profile docker
*/
log.info "fastq files : ${params.fastq}"
log.info "fasta file : ${params.fasta}"
log.info "bed file : ${params.bed}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment