allind / EukDetect

MIT License
43 stars 16 forks source link

files with different read lenght #17

Open ailtonpcf opened 3 years ago

ailtonpcf commented 3 years ago

Is there a way to run many samples with different read length?

allind commented 2 years ago

At the moment, that requires separate config files if you have reads from different library lengths. One option if you want to consider this a single sample would be to run just the alignment step, combine the resulting bam files, and then run the analysis step separately on the combined bam files.