This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bowtie2 Indexer (bowtie2-build) -- CSV file

Hi all,

There's a -c option in bowtie2 indexer stating "The reference sequences are given on the command line. I.e. <reference_in> is a comma-separated list of sequences rather than a list of FASTA files."

Does this mean that I can provide csv file as an input for bowtie2-build or only literally comma-separated list of seq provided directly to command line?

bowtie2

1 answer

While it is tempting to ask questions this is an example where you could simply try the operation out. It is not going to cause any big problems and you will get your answer in the process.

Yes, you simply provide a comma separated list of file names.

That wasn't my question and arrogance isn't necessary. I tried everything several times on my own, believe me. But when you are not sure whether results you are getting are valid, it's good to double check.

You question was

Does this mean that I can provide csv file as an input for bowtie2-build or only literally comma-separated list of seq provided directly to command line?

which I answered above. There is no arrogance implied. We are trying to help everyone.

I tried everything several times on my own, believe me

Are you running into a problem? You have not described the problem, if you are.

My question was does bowtie2 indexer accept CSV files. When I provide CSV file or comma-separated list of seq I get the same result with both. However, they both differ from the one I'm getting with the FASTA file used to generate CSV file.

FASTA file used to generate CSV file

What does that mean exactly?

You would either make a CSV format file with the names of the individual fasta in it or simply provide them as a comma separated list on the command line itself.

Log in to answer this question.