This is a test version of Biostars. For the public version, visit https://www.biostars.org.
quality read software

hello

I need a free software that work with no connection and containing the tool fastqc

sequence

4 answers

FaatQC does not need an Internet connection to work. You only need it to get the program

yes i know, but this tool does not work in my pc (he asks the java installation to make it work despite the java was instaled but the problem is still), so I want a free software with this tool that works without connection i have a software Sequencher 5.4.5 but the validity of the trial was ended

what version of java you have?

There are two flavors of Java, 32 and 64 bits Check if you have installed the 64bit version

i verified the java instalation (64 bit), but the problem is still

Try to give a clue about the problem. You need to provide some messages given by the program when you try to execute it

it directly closes the program after execution

If using Windows, notice that a cmd window is opened. Within this window, you get verbose information about what is happening

the information of cmd C:\Users\HP>java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)

yes i need fastqc only , To do a job for students ( this time I used the Galaxy interface)

So do you have fastqc downloaded on to your machine - you'll need to unzip FastQC v0.11.5 (Win/Linux zip file) from http://www.bioinformatics.babraham.ac.uk/projects/download.html somewhere onto your computer.

Then inside that folder, Simply double click on the run_fastqc bat file.

Does that work? If not, what it does it say.

yes i installed the fastqc and the java ( for windows 10 , 64bits)

Kaspersky is able to block the execution of java, although I save as a sure object, but the problem is the same

I think there is an issue with Kaspersky blocking execution of .bat files - so is blocking the run_fastqc bat file: http://superuser.com/questions/400291/kaspersky-is-blocking-my-batch-file

Essentially, all that file contains is this:

java -Xmx250m -classpath .;./sam-1.103.jar;./jbzip2-0.9.jar uk.ac.babraham.FastQC.FastQCApplication

Try opening the MS-DOS prompt, changing directory into the one the run_fastqc file is in and execute that command - does that work?

does not work ( close directly)

So no error messages get sent to the DOS prompt? And no message from Kaspersky? When you type:

java -Xmx250m -classpath .;./sam-1.103.jar;./jbzip2-0.9.jar uk.ac.babraham.FastQC.FastQCApplication

yes Erreur : impossible de trouver ou charger la classe principale uk.ac.babraham.FastQC.FastQCApplication

Unable to find or load main class

Are you in the correct folder? You need to be located in the FastQC folder (wherever you downloaded it to on your computer).

This folder contains the file run_fastqc.bat file, sam-1.103.jar, and loads more

thank you very much for your help

yes it contains this file, the fastqc are downloaded directly in my computer (I tried several times to install it)

If you type:

dir

Into the dos prompt what is the output?

is a list of many program ( without fasqtc)

NGS QC toolkit is good choose to quality control http://www.nipgr.res.in/ngsqctoolkit.html

the information of cmd C:\Users\HP>java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)

RseqQC http://rseqc.sourceforge.net

Log in to answer this question.