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
Apparently reference_as_filter is not implemented in step 3 for single-end data. From clustmap.py:360 -
reference_as_filter
# TODO: add support for refminus, needs testing still... # if self.data.params.reference_as_filter: # # map reads to altref to get unmapped fastQ outputs # # i: tmpdir/{}_R[1,2]-tmp.fa # # o: tmpdir/{}-tmp-umap[1,2].FASTQ # self.remote_run( # function=mapping_reads, # printstr=("mapping minus reads ", "s3"), # args=(self.nthreads, 0,), # threaded=True, # )
Probably should actually implement this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apparently
reference_as_filter
is not implemented in step 3 for single-end data. From clustmap.py:360 -Probably should actually implement this.
The text was updated successfully, but these errors were encountered: