mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
| .. | ||
| Adapter_Sequence.fasta | ||
| all_steps_docker_desktop.sh | ||
| all_steps_docker_desktop_mac.sh | ||
| all_steps_docker_desktop_windows.sh | ||
| all_steps_wynton.sh | ||
| Bacteria_GATTACA_L001_R1_001.fastq | ||
| Intro_to_RNA-seq_data_analysis.zip | ||
| rDNA.gtf | ||
| rDNA_sequence.fasta | ||
| README.md | ||
| Single_read.fastq | ||
| steps_on_wynton_part1.txt | ||
| steps_on_wynton_part2.txt | ||
| Workshop_FALL_2023 Introduction_to_RNA-seq_analysis-Michela_and_Ayushi.pptx | ||
| Workshop_FALL_2023_Introduction_to_RNA-seq_analysis_Michela_and_Ayushi.pdf | ||
intro-rna-seq
Description of files
- Single_read.fastq (fastq file with a single read to understand the fastq file format)
- Bacteria_GATTACA_L001_R1_001.fastq (single-end small practice data with 100k reads for the demo in the workshop)
- Adapter_Sequence.fasta (fasta file with adapter sequence for demo with cutadapt)
- rDNA_sequence.fasta (fasta file with the reference genome sequence for demo with STAR aligner)
- rDNA.gtf (GTF file with the annotations for demo with featureCounts)
- all_steps_wynton.sh (shell script for running all the analysis steps on UCSF Wynton command-line interface using the practice data provided)
- steps_on_wynton_part1.txt (text file with steps used on wynton to setup the folders, upload the data and create a singularity container)
- steps_on_wynton_part2.txt (text file with steps used on wynton to run the bulk RNA-seq analysis using the demo files)
- all_steps_docker_desktop_mac.sh (commands for running all the analysis steps using Docker Desktop and the demo files on MacOS)
- all_steps_docker_desktop_windows.sh (commands for running all the analysis steps using Docker Desktop and the demo files on Windows)