I have a question. I need to align and convert fastq files (unpaired) into bam file. If to beo sure I need to ast first if this command below are enough to do this or I forgot about something.
You should include all of your code leading up to this point and the error you are getting in your pipeline, otherwise we can't really give any specific advice.
As a side note, if all you want is the BAM file, you can pipe the output of bowtie2 to samtools directly.
Thanks for advice by my pipeline is quite long and working like it is, just the result are not expected. But that what you have wrote is exactly the same just short?
the first one will be fine, the others have some variant information from the 1000Genomes project incorporated. I'd just take the first one if you really need hg19, or better use hg38 which is the current reference genome.
Thanks for advice by my pipeline is quite long and working like it is, just the result are not expected. But that what you have wrote is exactly the same just short?
Yes
I saw on the Bowtie2 website indexes like:
I need just hg19 bowtie index, can someone tell me which they differ? And which should I chosse?
the first one will be fine, the others have some variant information from the 1000Genomes project incorporated. I'd just take the first one if you really need hg19, or better use hg38 which is the current reference genome.