Closed kainth-amoldeep closed 1 year ago
The command looks okay to me.
Can you report the version you are using?
python read_analysis.py -v
I am suspecting that you have installed an old version of NanoSim. The option descriptions you posted don't match those in the current version.
Hi, you are right; my conda installation somehow installed an old version of NanoSim. I proceeded to directly download the latest version (3.0) and ran the command again. It seems to be working now. Thanks a lot for reaching out.
@kainth-amoldeep That's great to hear! I am closing this issue now. Please create another issue if you have any more problems.
Hi, I installed nanosim using
conda install -c bioconda nanosim
and then tried to run the read characterization usingread_analysis.py transcriptome -i training_reads.fastq -rg reference_genome.fa -rt reference_transcriptome.fa -annot reference_annotation.gtf -o training
. However, I get the following error: **Please specify the training reads and its reference genome! ./read_analysis.py