-
Notifications
You must be signed in to change notification settings - Fork 2
Running Wochenende
Colin Davenport edited this page Dec 9, 2022
·
9 revisions
- Get a small read fastq file as input (present in the repo for testing)
- At present, Wochenende needs uncompressed fastq files with sample names like
sputum_R1.fastq
andsputum_R2.fastq
to run correctly. So please rename your files. gunzip *.fastq.gz
rename 's/_001//g' *.fastq
- Now check your files look like
sample_details_R1.fastq
- Edit
start_nf.sh
- Note - we strongly recommend bwa mem for single ended Illumina data, minimap2 for paired end short read data, and minimap2 for long read data
- Please do not use bwa mem for paired end data, since the alignments can be very poor (soft-clipping problems)
- Run
bash start_nf.sh
See our Wiki page on interpreting the output after data has been produced.