Skip to content

Commit

Permalink
removes final dependency on pythonhashseed
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSmithCGAT committed Oct 1, 2024
1 parent a045356 commit 4a74d5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nosetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
python setup.py install
- name: Test with nosetests
run: |
export PYTHONHASHSEED=0
nosetests -v tests/test_umi_tools.py
1 change: 1 addition & 0 deletions tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ group_cluster:
options: group -L test.log --out-sam --random-seed=123456789 --method=cluster --output-bam --out-sam --group-out=group_cluster_py3.tsv

group_adjacency:
sort: True
stdin: chr19.bam
outputs: [stdout, group_adj_py3.tsv]
references: [group_adj_py3.sam, group_adj_py3.tsv]
Expand Down

0 comments on commit 4a74d5b

Please sign in to comment.