Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cribbslab/TallyTriN
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Jul 5, 2023
2 parents 244313e + 4da3fa7 commit c6ffb7d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py
2 changes: 0 additions & 2 deletions readthedocs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tallytrin/pipeline_10x.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def count(infile, outfile):
unique method, per gene and per cell. The output is a compressed
TSV file called "counts.tsv.gz".'''

statement = '''umi_tools count --method unique --per-gene --gene-tag=XT --per-cell -I %(infile)s -S counts.tsv.gz'''
statement = '''umi_tools count --per-gene --gene-tag=XT --per-cell -I %(infile)s -S counts.tsv.gz'''

P.run(statement, job_options='-t 24:00:00')

Expand Down

0 comments on commit c6ffb7d

Please sign in to comment.