Entering edit mode
2.1 years ago
tea.vuki
▴
20
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?
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
which I answered above. There is no arrogance implied. We are trying to help everyone.
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.
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.