We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Running your example $ essColorCompress -i list_mini_k18c4m7 -k 18 -o output_test/ -j 8 gives me the following error:
$ essColorCompress -i list_mini_k18c4m7 -k 18 -o output_test/ -j 8
Error in rule kmc_to_genmatrix: jobid: 1 output: col_bitmatrix, ess_boundary_bit.txt, stat_nkmer_ess, kb_sec_genmatrix shell: /usr/bin/time -f "%M %e %U %S" --output-file=kb_sec_genmatrix genmatrix -c list_kmc -o col_bitmatrix ess_boundary_bit.txt stat_nkmer_ess kb_sec_genmatrix -s -l mega.essd -k 18 (one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)
Is it because genmatrix does not exist in my path? Compilation did not make this executable
genmatrix
The text was updated successfully, but these errors were encountered:
This is probably caused by #8
Sorry, something went wrong.
No branches or pull requests
Hi!
Running your example
$ essColorCompress -i list_mini_k18c4m7 -k 18 -o output_test/ -j 8
gives me the following error:Is it because
genmatrix
does not exist in my path? Compilation did not make this executableThe text was updated successfully, but these errors were encountered: