rnaseq-pipeline
rnaseq-pipeline copied to clipboard
RNA-seq pipeline for raw sequence alignment and transcript/gene quantification.
Currently, we use the SRA format for FASTQ headers which prefix the SRR run accession to the original string from the sequencer. This format is not compatible with ArrayExpress and...
In the current setup, it's possible that the AlignSample task get scheduled on a different node than the matching DownloadSample task which disrupt the NFS caching. We could first start...
This would basically resolve #13 since we would pull the information from SRA/GEO/Gemma instead of requesting it. For the local source, we would still need a flag to override a...
[RSeQC](http://rseqc.sourceforge.net/) provide a wide range of tools for that purpose.
- [ ] check the runinfo to make sure the sample can be combined (i.e. same pairedness, insert size, read length) - [ ] make sure we don't process the...
- [ ] detect platforms/datasets that are suitable for Cell Ranger - [ ] add a task for generating the reference (optional, we can use those provided by Cell Ranger)...