Startseite
Kontakt
Impressum
Home
Listenauswahl
Anleitungen
[Seqan-dev] using appendValue for local parallel and join it
<--
thread
<--
date
From
: Fadhlan Rizal <
fadhlan.fari@gmail.com
>
To
:
seqan-dev@lists.fu-berlin.de
Date
: Wed, 25 Mar 2015 19:46:01 +0700
Reply-to
: SeqAn Development <
seqan-dev@lists.fu-berlin.de
>
Subject
: [Seqan-dev] using appendValue for local parallel and join it
Hello again, it's me fadhlan.
i have another idea for using appendValue for local in parallel, and after parallel done i join them using appendValue, but i got error.
so the program is like this
StringSet<DnaString> SpectrumLocal[thread]
StringSet<DnaString> Spectrum
// example parallel for start to finish, the value ex:"ACGT"
for start to finish
appendValue(SpectrumLocal[id], value)
//join them
for i to thread
appendValue(Spectrum, SpectrumLocal[i])
well, i get error about it.
can i get another way to join all SpectrumLocal to Spectrum?
thanks,
best regard.
<--
thread
<--
date
seqan-dev - March 2015 - Archives indexes sorted by:
[ thread ]
[ subject ]
[ author ]
[ date ]
Complete archive of the seqan-dev mailing list
More info on this list...