How to specify paired end input files from different lanes for alignment using hisat2?
I get the following error: Warning: Output file 'P1_C_1_CBBYRANXX_CGGCTATG-TATAGCCT_L004_R1_paired.fastq,' was specified without -S. This will not work in future HISAT 2 versions. Please use -S instead. Extra parameter(s) specified: "P1_C_1_CBBYRANXX_CGGCTATG-TATAGCCT_L005_R1_paired.fastq,", "P1_C_1_CBBYRANXX_CGGCTATG-TATAGCCT_L006_R1_paired.fastq", "P1_C_1_CBBYRANXX_CGGCTATG-TATAGCCT_L004_R2_paired.fastq,", "P1_C_1_CBBYRANXX_CGGCTATG-TATAGCCT_L005_R2_paired.fastq,", "P1_C_1_CBBYRANXX_CGGCTATG-TATAGCCT_L006_R2_paired.fastq" Note that if <mates> files are specified using -1/-2, a <singles> file cannot also be specified. Please run bowtie separately for mates and singles. Overall time: 00:00:00 Error: Encountered internal HISAT2 exception (#1)
Is it ok to generate genome index using the default parameters available within the tool? or does it vary from case to case?
That should be fine. If you are using one of the model genomes then get the pre-made indexes from the link below.
The genome I need Cicer is not within that link.
Create your own in that case (instructions).
use
--large-index
option if your genome is bigger than 4 billion bp.the predicted genome size is 740 Mbp
Can u please advise me if I should go for large or small genome index for Cicer genome size of 740 Mbp?
Small genome index should be fine.