-
Notifications
You must be signed in to change notification settings - Fork 2
Troubleshooting
Colin Davenport edited this page Aug 8, 2022
·
10 revisions
Please leave us an issue and we will try to help out.
- Check most recent
work
folder cd work && ls -lrt
- Go into most recent folder and subfolder
ls -l
cat .command.err
- It could be that
trimming adapter files
or the programperldup
have not been located correctly - Check your
config.yml
that the locations to these tools are correct. - Also check the aligner
bwa
is accessible within the wochenende conda environment. Typeconda activate wochenende && bwa
If you want to use your own reference sequence, follow the guide on this Wiki at https://github.com/MHH-RCUG/nf_wochenende/wiki/Building-a-reference-sequence for best results. Contact us via issue if problems persist.