Hi all,
I'm trying to run tophat via an Java interface. With other mapping tools like bowtie etc. it works perfect. If i execute the tophat start command via java runtime exec() it doesn't work!
But if i copy the command into the shell it works fine...so what is wrong?!
Is it becaue of the nested program structure, that java doesn't allow tophat to execute bowtie??
Can anyone help me or has experiences about that??
Cheers!
Steve
I'm trying to run tophat via an Java interface. With other mapping tools like bowtie etc. it works perfect. If i execute the tophat start command via java runtime exec() it doesn't work!
But if i copy the command into the shell it works fine...so what is wrong?!
Is it becaue of the nested program structure, that java doesn't allow tophat to execute bowtie??
Can anyone help me or has experiences about that??
Cheers!
Steve
Comment