The workflow requires Hisat2 and STAR indices, and also a Kallisto and Salmon index file for downstream quantification. Using the test dataset chrI.fa file, figure out how to generate the index files and export them correctly from the process.
Like the kallisto example I showed you, which had the file parameter kallisto_index, only run these processes if the input index file is missing, and the reference genome/transcriptome file has been supplied.
To do
The workflow requires
Hisat2andSTARindices, and also aKallistoandSalmonindex file for downstream quantification. Using the test datasetchrI.fafile, figure out how to generate the index files and export them correctly from the process.Like the
kallistoexample I showed you, which had the file parameterkallisto_index, only run these processes if the input index file is missing, and the reference genome/transcriptome file has been supplied.To do
kallistoindex (transcriptome)salmonindex (transcriptome)STARindex (genome)Hisat2index (genome)TXfor creating a transcriptome file - this is needed forkallistoandsalmon.star_index,salmon_indexwhich are file parameters in your config).main.nfand open a PR againstBarryDigby/rtp_workshop(dev branch) when your continuous integration tests pass.