-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
chutter edited this page Apr 26, 2019
·
4 revisions
This section contains random issues that have arisen, so something here may be helpful.
This command rename files that have a special character to remove special character. Special characters (+/!@#$%^ etc) can cause problems in file names as many programs will not recognize them. Uses Linux "rename" not perl.
rename SPECIALCHAR _ *.fq
Example:
rename + _ *.fq
This happens usually at the remove duplicates or paired-end read merging step because of insufficient memory. Some samples might need more memory because of: high or low sequencing depth, degradation in the sample, or a whole lot of data. I have found that I need up to 100 gb of memory to process these difficult samples.