alexstaj / cutadapt

Automatically exported from code.google.com/p/cutadapt
0 stars 0 forks source link

Add a --too-long option to print too long (by -M) reads to a file instead of discarding #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(Enhancement request, not bug)

When too-short reads are discarded using the --minimum-length option to specify 
minimum length, there's a --too-short-output option to write them to a separate 
file.  There's also an --maximum-length option, but currently there doesn't 
seem to be any way of writing the resulting too-long reads to a separate file.  
It would be good to have that option. 

Original issue reported on code.google.com by pat...@gmail.com on 25 Oct 2011 at 5:57

GoogleCodeExporter commented 9 years ago
Good idea. This should be easily doable, but there are some things that 
currently have higher priority. I do accept patches, by the way ...

Original comment by marcel.m...@tu-dortmund.de on 26 Oct 2011 at 8:49

GoogleCodeExporter commented 9 years ago
This has now been implemented. The new option is called '--too-long-output'. It 
will be part of cutadapt 1.3.

Original comment by marcel.m...@tu-dortmund.de on 4 Dec 2012 at 10:17