Hello, I want to install velvet to run sometimes sequence space (454), some times color space (SOLiD), and sometimes both.I see that in the installation manual it says:
I don't understand what does that mean? if I compile for colorspace then I cannot use base space and vice versa? do I have to install it twice in order to use either format?
thanks
2.2
Compiling instructions
From a GNU environment, simply type:
> make
2.3
2.3.1
Compilation settings
Colorspace Velvet
To produce the colorspace version of Velvet, compile with the instruction:
> make color
All the rest of the manual remains valid, except that the executables are
now called velveth de and velveth de .
Beware that color- and sequence space are incompatible, hence separate sets
of executables. In other words, don’t try to hash sequence files with colorspace
velvet or vice-versa, under penalty of meaningless results!
Compiling instructions
From a GNU environment, simply type:
> make
2.3
2.3.1
Compilation settings
Colorspace Velvet
To produce the colorspace version of Velvet, compile with the instruction:
> make color
All the rest of the manual remains valid, except that the executables are
now called velveth de and velveth de .
Beware that color- and sequence space are incompatible, hence separate sets
of executables. In other words, don’t try to hash sequence files with colorspace
velvet or vice-versa, under penalty of meaningless results!
thanks
Comment