tnx for the reply. i try ur suggested website http://support.illumina.com/sequenci...e/igenome.html. but i cant download in our campus internet because of some security problem.
i try to ask in my university and get a permission to download that file .
once again thank u
Unconfigured Ad
Collapse
X
-
Dinesh: First a suggestion. Start a new post for a question that is not directly related to a thread even if the title of the thread appears to be similar to what you are asking.Originally posted by dinesh21.ksd View Postguys, now i am working on earthworm RNA sequencing. i need to study the gene expression of earthworm RNA seq.
for gene expression analysis i use tophat and cufflinks.
(ref: Differential gene and transcript expression analysis of RNA-seq experiments with TopHat and Cufflinks)
i am already install all the software (tophat, cufflinks, bowtie, CummeRbund). for running these software i need reference genome.
in that above ref. paper reference genome download via their website. but i am not able to download the reference genome. they ask username and password.
so kindly help me to download the reference genome.
then also help me to choose the reference genome which one is suitable for earthworm.
You are the earthworm expert (relatively speaking) so you need to include additional information about which earthworm species are you specifically looking at/for.
Here is an example earthworm genome that may or may not work for you.
If the genome you are looking for is not available publicly (e.g. Amynthas) then you may need to assemble a transcriptome yourself using RNAseq data.
Leave a comment:
-
-
I find I can download the pre-built indexes without being asked for a username or password, from either the Bowtie, Bowtie2, or Illumina iGenomes web pages, links given below.Originally posted by dinesh21.ksd View Postguys, now i am working on earthworm RNA sequencing. i need to study the gene expression of earthworm RNA seq.
for gene expression analysis i use tophat and cufflinks.
(ref: Differential gene and transcript expression analysis of RNA-seq experiments with TopHat and Cufflinks)
i am already install all the software (tophat, cufflinks, bowtie, CummeRbund). for running these software i need reference genome.
in that above ref. paper reference genome download via their website. but i am not able to download the reference genome. they ask username and password.
so kindly help me to download the reference genome.
then also help me to choose the reference genome which one is suitable for earthworm.
You can always build your own index.
I think your problem is going to be that the only worm reference genome on these web sites is C. elegans, which is probably not closely enough related to
whichever earthworm species you are working with.
If you can't find a closely-related reference genome, you can always try de novo transcriptome assembly.
Leave a comment:
-
-
guys, now i am working on earthworm RNA sequencing. i need to study the gene expression of earthworm RNA seq.
for gene expression analysis i use tophat and cufflinks.
(ref: Differential gene and transcript expression analysis of RNA-seq experiments with TopHat and Cufflinks)
i am already install all the software (tophat, cufflinks, bowtie, CummeRbund). for running these software i need reference genome.
in that above ref. paper reference genome download via their website. but i am not able to download the reference genome. they ask username and password.
so kindly help me to download the reference genome.
then also help me to choose the reference genome which one is suitable for earthworm.
Leave a comment:
-
-
No, that does not matter. If they are in the current folder you can use the file name alone (e.g. "reads.fq") and if they are in a different folder you can use the absolute path (e.g. "C:\genetics\reads.fq").Originally posted by michaellim View PostHi Brian,
By the way, so for the mapping to work, does that mean, all the FASTQ files and the reference genome (fasta file) must be in the "current" folder or anywhere in the computer?
Thank you
Leave a comment:
-
-
Hi Brian,Originally posted by Brian Bushnell View PostOh, that's completely my mistake. Sorry! Command should be:
java -ea -Xmx1g -cp C:\bbmap\current\ align2.BBMap ref=ecoli.fasta in=reads.fq out=mapped.sam
However, you need to replace "ecoli.fasta" and "reads.fq" with the actual filenames and paths to your reference file and reads file(s).
By the way, so for the mapping to work, does that mean, all the FASTQ files and the reference genome (fasta file) must be in the "current" folder or anywhere in the computer?
Thank you
Leave a comment:
-
-
Hi Brian,Originally posted by Brian Bushnell View PostOh, that's completely my mistake. Sorry! Command should be:
java -ea -Xmx1g -cp C:\bbmap\current\ align2.BBMap ref=ecoli.fasta in=reads.fq out=mapped.sam
However, you need to replace "ecoli.fasta" and "reads.fq" with the actual filenames and paths to your reference file and reads file(s).
Something happened this time, but still something missing? Oh ok, got it. thank you... Silly me.. hahaha
Thank youAttached Files
Leave a comment:
-
-
Oh, that's completely my mistake. Sorry! Command should be:
java -ea -Xmx1g -cp C:\bbmap\current\ align2.BBMap ref=ecoli.fasta in=reads.fq out=mapped.sam
However, you need to replace "ecoli.fasta" and "reads.fq" with the actual filenames and paths to your reference file and reads file(s).
Leave a comment:
-
-
Hi Brian,Originally posted by Brian Bushnell View PostIf you cut-and-pasted this:
"could not find or load main class align2.bbmap"
...then the problem is capitalization; Java is case-sensitive (should be BBMap). If not, can you copy and paste the full command line and full error message?
Here's the picture for you to have a look.
Thank you.Attached Files
Leave a comment:
-
-
If you cut-and-pasted this:
"could not find or load main class align2.bbmap"
...then the problem is capitalization; Java is case-sensitive (should be BBMap). If not, can you copy and paste the full command line and full error message?
Leave a comment:
-
-
Yup, there is a space. am I missing something?Originally posted by GenoMax View PostIs there an extra space in "C:\bbmap\ align2.BBMap" after bbmap\? Don't have a PC handy to test.
Leave a comment:
-
-
Is there an extra space in "C:\bbmap\ align2.BBMap" after bbmap\? Don't have a PC handy to test.
Leave a comment:
-
-
Hi Brian,Originally posted by Brian Bushnell View PostMichael,
It is written in Java, so the executable is actually java.exe, which needs to already be on the computer. If not you can get it here.
As for installing BBMap, you need to unzip it (producing a .tar file), then untar it (producing a directory "bbmap"). After that it depends on your operating system, but in any case you need a command prompt (which you get in Windows by generally going to start->run->"cmd" (then push enter).
For Linux and OSX running is very easy, just execute a shellscript (such as "bbmap.sh") by typing the name then hitting enter, which will give you instructions. For Windows it's a little more involved and depends on the specific program, but for BBMap, the command would be something like this, if you unzipped it in C:
java -ea -Xmx1g -cp C:\bbmap\ align2.BBMap ref=ecoli.fasta in=reads.fq out=mapped.sam
If you still have any trouble, please let me know your operating system, where you unzipped the program, and where the reference and read files are located so I can give more specific instructions.
Yup in C:, copied the entire command but it states "could not find or load main class align2.bbmap"
any idea what should I do? Maybe you can devise an executable icon file like those ClustalW alignment which we can just click and run for commandline dummies like me! haha..
Thank you.
Leave a comment:
-
-
Michael,
It is written in Java, so the executable is actually java.exe, which needs to already be on the computer. If not you can get it here.
As for installing BBMap, you need to unzip it (producing a .tar file), then untar it (producing a directory "bbmap"). After that it depends on your operating system, but in any case you need a command prompt (which you get in Windows by generally going to start->run->"cmd" (then push enter).
For Linux and OSX running is very easy, just execute a shellscript (such as "bbmap.sh") by typing the name then hitting enter, which will give you instructions. For Windows it's a little more involved and depends on the specific program, but for BBMap, the command would be something like this, if you unzipped it in C:
java -ea -Xmx1g -cp C:\bbmap\ align2.BBMap ref=ecoli.fasta in=reads.fq out=mapped.sam
If you still have any trouble, please let me know your operating system, where you unzipped the program, and where the reference and read files are located so I can give more specific instructions.
Leave a comment:
-
-
Originally posted by Brian Bushnell View Post">chromosomeseq
cccccccccccccccccccccccc
>plasmid1
p1p1p1p1p1p1p1p1
>plasmid2
p2p2p2p2p2p2p2p2"
...would be correct.
Thanks Brian,
By the way, I've downloaded the BBMap, unzipped it, but I must be not doing it correctly, I cannot seem to find an executable file to click to open the software. Can you please advise?
Thank you.
Leave a comment:
-
Latest Articles
Collapse
-
by SEQadmin2
Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.
The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
...-
Channel: Articles
06-02-2026, 10:05 AM -
-
by SEQadmin2
With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.
Introduction
Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...-
Channel: Articles
05-22-2026, 06:42 AM -
-
by SEQadmin2
Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.
Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...-
Channel: Articles
05-06-2026, 09:04 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Yesterday, 08:59 AM
|
0 responses
14 views
0 reactions
|
Last Post
by SEQadmin2
Yesterday, 08:59 AM
|
||
|
Started by SEQadmin2, 06-02-2026, 12:03 PM
|
0 responses
22 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 12:03 PM
|
||
|
Started by SEQadmin2, 06-02-2026, 11:40 AM
|
0 responses
19 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 11:40 AM
|
||
|
Started by SEQadmin2, 05-28-2026, 11:40 AM
|
0 responses
32 views
0 reactions
|
Last Post
by SEQadmin2
05-28-2026, 11:40 AM
|
Leave a comment: