You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`The following command failed with exit code 1
bash run_kmc.sh
The output was:
KMC dump ver. 2.1.1 (2015-01-22)
Usage:
kmc_dump [options] <kmc_database> <output_file>
Parameters:
<kmc_database> - kmer_counter's output
Options:
-ci - print k-mers occurring less than times
-cx - print k-mers occurring more of than times`
I am using UBUNTU 20.0.4. The info.txt file has:
/home/admin1/anaconda3/bin/iva --trimmomatic trimmomatic-0.39.jar --adapters ../adapters.fasta -f ../AKULO_S1_L001_R1_001.fastq.gz -r ../AKULO_S1_L001_R2_001.fastq.gz MyOutputDirectory/ --threads 96 IVA version 1.0.8 Using kmc version 2.1.1 Using kmc_dump version 2.1.1 Using nucmer version UNKNOWN ... I tried running this to get the version: "nucmer --version" and the output didn't match this regular expression: "^NUCmer \(NUCleotide MUMmer\) version (.*)$" Using samtools version 1.10 Using smalt version 0.7.6
Any help is appreciated,
Waqas.
The text was updated successfully, but these errors were encountered:
Hi,
I tried the following command:
iva --trimmomatic trimmomatic-0.39.jar --adapters ../adapters.fasta -f ../AKULO_S1_L001_R1_001.fastq.gz -r ../AKULO_S1_L001_R2_001.fastq.gz MyOutputDirectory/ --threads 96
But came with this error:
`The following command failed with exit code 1
bash run_kmc.sh
The output was:
KMC dump ver. 2.1.1 (2015-01-22)
Usage:
kmc_dump [options] <kmc_database> <output_file>
Parameters:
<kmc_database> - kmer_counter's output
Options:
-ci - print k-mers occurring less than times
-cx - print k-mers occurring more of than times`
I am using UBUNTU 20.0.4. The info.txt file has:
/home/admin1/anaconda3/bin/iva --trimmomatic trimmomatic-0.39.jar --adapters ../adapters.fasta -f ../AKULO_S1_L001_R1_001.fastq.gz -r ../AKULO_S1_L001_R2_001.fastq.gz MyOutputDirectory/ --threads 96 IVA version 1.0.8 Using kmc version 2.1.1 Using kmc_dump version 2.1.1 Using nucmer version UNKNOWN ... I tried running this to get the version: "nucmer --version" and the output didn't match this regular expression: "^NUCmer \(NUCleotide MUMmer\) version (.*)$" Using samtools version 1.10 Using smalt version 0.7.6
Any help is appreciated,
Waqas.
The text was updated successfully, but these errors were encountered: