How to download seqret method in Linux?
1
0
Entering edit mode
3.7 years ago
seabed0705 • 0

I am a beginner. I got stuck during a Linux exercise. Here

cat AF086833.gb | seqret -filter -feature -osformat gff3> AF086833.gff

So I referenced http://emboss.sourceforge.net/download/.

I followed the instructions on the homepage link above to install seqret,

and there was an error in the compile phase.

The picture shows the directory status and the result of running "make".

The result of "make" is not over by repeating some specific sentences. So the next step does not proceed.

compile sentence : ./configure make

and i success "./configured" but not "make" what can i do...?

the directory status

the result of running "make"

gene • 2.6k views
ADD COMMENT
0
Entering edit mode

What do you mean "blocked"?

ADD REPLY
0
Entering edit mode

Please, post your output error!

ADD REPLY
1
Entering edit mode
3.7 years ago

Use conda to install the emboss package. seqret is part of the emboss distribution:

Install conda as described in:

https://docs.conda.io/en/latest/miniconda.html

then install emboss from the bioconda channel:

conda install -c bioconda emboss

test the package works:

seqret -h

prints:

Read and write (return) sequences
Version: EMBOSS:6.6.0.0
...
ADD COMMENT

Login before adding your answer.

Traffic: 2111 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6