Skip to content
New issue

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

TypeError: not all arguments converted during string formatting #4

Open
Anto007 opened this issue Sep 1, 2020 · 0 comments
Open

TypeError: not all arguments converted during string formatting #4

Anto007 opened this issue Sep 1, 2020 · 0 comments

Comments

@Anto007
Copy link

Anto007 commented Sep 1, 2020

Now I get this below new error (I'm using python version 3.6.2; is the error related to it?):
(virtualenv3) user@XXXXX:~/tools/fix_assembly_errors/ctbRA$ ./ra2.py -i contigs.fasta -1 read_1.fastq.gz -2 read_2.fastq.gz
Building a SMALL index
Traceback (most recent call last):
File "./ra2.py", line 1119, in
window = window)
File "./ra2.py", line 975, in curate_assembly
allow_orphan = False, allow_orphan_ends = False, save_mapping = save_mapping)
File "./ra2.py", line 915, in check_assembly
mapping, pr_split = map_reads(assembly, scaffolds, pr, threads, multiple, pr_split = pr_split)
File "./ra2.py", line 86, in map_reads
return run_bowtie(assembly, sam, pr, pr_split, sr, threads, multiple, bt_dir) # run bowtie, return sam file
File "./ra2.py", line 66, in run_bowtie
% (matches_command, threads, bt_dir, assembly.rsplit('/', 1)[-1], pr_command, sr_command, sam)
TypeError: not all arguments converted during string formatting

Originally posted by @Anto007 in #3 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant