[DIYbio] Re: biopython on windows

Here is an awk that should do it:

awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}'  infile.fastq > outfile.fasta &   

On Wednesday, March 25, 2015 at 5:58:57 PM UTC-4, phillyj wrote:
Hi guys,
I need the help of the software experts. I am not very familiar with installing python and it's modules on windows. I need Biopython to run a FASTQ to FASTA conversion script. I installed Python 2.7 but I can't install the NumPy module needed for Biopython. I get an error (can't remember exact), but I think it has to do with the C compiler needed to install the module.

So, I found that using pip, you can install the .whl file. But I am not sure which versions of which modules work together. So can anyone tell me how to do get this up and running, like which python, numpy, and biopython versions to get and how to install them with the least trouble.

Thanks
--
In necessariis unitas, in dubiis libertas, in omnibus caritas.
-Marco Antonio Dominis

--
-- You received this message because you are subscribed to the Google Groups DIYbio group. To post to this group, send email to diybio@googlegroups.com. To unsubscribe from this group, send email to diybio+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/diybio?hl=en
Learn more at www.diybio.org
---
You received this message because you are subscribed to the Google Groups "DIYbio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to diybio+unsubscribe@googlegroups.com.
To post to this group, send email to diybio@googlegroups.com.
Visit this group at http://groups.google.com/group/diybio.
To view this discussion on the web visit https://groups.google.com/d/msgid/diybio/26e7b9fd-1833-4445-ae86-85c26accc8ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comments:

Post a Comment