File: fastq_multi_whitespace_stripping

package info (click to toggle)
python-skbio 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,556 kB
  • ctags: 7,222
  • sloc: python: 42,085; ansic: 670; makefile: 180; sh: 10
file content (14 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
		     	   @foo bar baz		     	   
		     	   AACCGG		     	   
		     	   +		     	   
		     	   123456		     	   
		     	   @bar baz foo		     	   
		     	   TTGGCC		     	   
		     	   +		     	   
		     	   876543		     	   
@baz foo bar		     	   
GATTTC		     	   
+		     	   
567893