![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ELAND to FASTQ | gokhulkrishnakilaru | Bioinformatics | 0 | 02-13-2012 11:08 AM |
Eland to Bed | __sequence | Illumina/Solexa | 0 | 06-08-2011 05:07 AM |
.eland | VIB_user | Bioinformatics | 1 | 10-06-2010 08:05 AM |
Eland for different sizes | doxologist | Bioinformatics | 15 | 02-14-2009 10:34 AM |
Eland to ACE | san | Bioinformatics | 5 | 01-13-2009 04:28 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: Helsinki Join Date: Oct 2009
Posts: 5
|
![]()
Hi!
I have an old project of Solexa GA runs that should be compared to new Solexa runs. The old sequence data was analysed with Solexa GAPipeline v.1.0. Data analysis files available from the old analysis are only these ELAND Alignment results: s_*_sequence.txt s_*_eland_result.txt Is it possible to realign old results, that is, use these as an input to new Solexa GA Pipeline v.1.4 ELAND_standalone.pl? And if so, how? It seems some conversions of the input files are necessary... Best regards Maria |
![]() |
![]() |
![]() |
#2 |
Junior Member
Location: Helsinki Join Date: Oct 2009
Posts: 5
|
![]()
I managed to solve the compatibility problem with help from Illumina Tech. Support.
Solexa GAPipeline v.1.0 results s_*_sequence.txt (fastq format input files) need to be modified as follows: perl -pe 's/^\@(.*)$/\@\1\#0\/1/' | perl -pe 's/^\+(.*)$/\+\1\#0\/1/' | perl -pe 's/HWI-EAS/HWI_EAS/' Note that also ELAND v.1.4 results should be modified with perl -pe 's/HWI-EAS/HWI_EAS/' This will satisfy the v.1.4 ELAND_standalone.pl. Invoke example: /Pipeline/GAPipeline-1.4.0/bin/ELAND_standalone.pl -if s_4_sequence-converted.txt -it fastq -eg ../../Genomes/Hg19_squashed/ -op realigned-4 -- Best regards Maria |
![]() |
![]() |
![]() |
Thread Tools | |
|
|