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

TP.md: add Kallisto section

parent 955c41f2
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,13 @@ Commit your work and test your pipeline with the following command :
## Kallisto
Kallisto run in two step: the indexation of the reference and the quantification on this index.
You can copy to your `src/RNASeq.nf` file the relevant content of [src/nf_modules/Kallisto/kallisto.nf](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow/blob/master/src/nf_modules/Kallisto/kallisto.nf) and to your `src/RNASeq.config` file the content of [src/nf_modules/Kallisto/kallisto.config](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow/blob/master/src/nf_modules/Kallisto/kallisto.config).
We are going to work with paired-end so only copy the relevant processes. The `index_fasta` process need to take as input the output of your `fasta_from_bed` process. The `fastq` input of your `mapping_fastq` process need to take as input the output of your `index_fasta` process and the `trimming` process.
Commit your work and test your pipeline.
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