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 all
Have just tried running Remove N's - and has failed
spectre RemoveNs --reference ~/beggsa-clinicalnanopore/genomes/grch38/genome.fa --output-dir . --output-file grch38-spectre-metadata.mdr --save-only spectre::2024-03-22 09:44:18,068::INFO::spectre.spectre> Spectre input: RemoveNs --reference /rds/homes/b/beggsa/beggsa-clinicalnanopore/genomes/grch38/genome.fa --output-dir . --output-file grch38-spectre-metadata.mdr --save-only Traceback (most recent call last): File "/rds/projects/b/beggsa-clinicalnanopore/software/condaenvs/spectre2/bin/spectre", line 8, in <module> sys.exit(main()) File "/rds/projects/b/beggsa-clinicalnanopore/software/condaenvs/spectre2/lib/python3.10/site-packages/spectre/spectre.py", line 614, in main main_logger.error("Bin size too small") if spectre_args.bin_size < min_bin_size else "" AttributeError: 'Namespace' object has no attribute 'bin_size'. Did you mean: 'n_size'?
The text was updated successfully, but these errors were encountered:
Bugfix: #10 #11 #12 #13
eb78bfe
Added bugfixes for issues #10 #11 #12 #13
philippesanio
No branches or pull requests
Hi all
Have just tried running Remove N's - and has failed
The text was updated successfully, but these errors were encountered: