rnaseq-pipeline icon indicating copy to clipboard operation
rnaseq-pipeline copied to clipboard

RNA-seq pipeline for raw sequence alignment and transcript/gene quantification.

Results 44 rnaseq-pipeline issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

enhancement

[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)...