From b4a59d2396f71a37194e2c05cc0e5005e7a6eb20 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 12 Oct 2010 15:14:34 +0000 Subject: [PATCH] polished write_fastq git-svn-id: http://biopieces.googlecode.com/svn/trunk@1118 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/in/write_fastq.in | 15 +++++++++++++++ bp_test/out/write_fastq.out.1 | 12 ++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 bp_test/in/write_fastq.in create mode 100644 bp_test/out/write_fastq.out.1 diff --git a/bp_test/in/write_fastq.in b/bp_test/in/write_fastq.in new file mode 100644 index 0000000..4944eb4 --- /dev/null +++ b/bp_test/in/write_fastq.in @@ -0,0 +1,15 @@ +SEQ_NAME: sanger +SEQ: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +SEQ_LEN: 41 +SCORES: @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh +--- +SEQ_NAME: solexa +SEQ: bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb +SEQ_LEN: 46 +SCORES: ;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh +--- +SEQ_NAME: illumina1.3 +SEQ: ccccccccccccccccccccccccccccccccccccccccc +SEQ_LEN: 41 +SCORES: @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh +--- diff --git a/bp_test/out/write_fastq.out.1 b/bp_test/out/write_fastq.out.1 new file mode 100644 index 0000000..cd45b63 --- /dev/null +++ b/bp_test/out/write_fastq.out.1 @@ -0,0 +1,12 @@ +@sanger +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ++ +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh +@solexa +bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb ++ +;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh +@illumina1.3 +ccccccccccccccccccccccccccccccccccccccccc ++ +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgh -- 2.39.2