Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
xin-huang committed Nov 6, 2023
1 parent 78b869c commit a34447a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description=README,
long_description_content_type="text/markdown",
url="https://github.com/xin-huang/sstar",
author="Xin Huang, Joesf Hackl",
author="Xin Huang, Josef Hackl",
author_email="[email protected]",
license="Apache-2.0",
classifiers=[
Expand All @@ -33,6 +33,7 @@
"pandas",
"rpy2",
"scikit-allel",
"scikit-learn",
"scipy",
"statsmodels",
],
Expand Down
1 change: 0 additions & 1 deletion sstar/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,5 @@ def _output(res, tgt_samples, header, features, output_dir, output_prefix, outpu
f.write(f'{chrom}\t{start}\t{end}\t{sample}\t{out}\n')



if __name__ == '__main__':
process_data(vcf_file="examples/data/real_data/sstar.example.biallelic.snps.vcf.gz", ref_ind_file="examples/data/ind_list/ref.ind.list", tgt_ind_file="examples/data/ind_list/tgt.ind.list", anc_allele_file=None, feature_file="examples/pre-trained/test.features.yaml", output_dir="sstar/test", output_prefix="test", win_len=50000, win_step=10000, thread=1)

0 comments on commit a34447a

Please sign in to comment.