Skip to content

Commit

Permalink
updated manifest, setup.py and fixed bug in snp config (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmitchell authored Jul 27, 2023
1 parent b87c29b commit fa9d709
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ include lusSTR/tests/data/snps/*
include lusSTR/tests/data/RU_stutter_test/*
include lusSTR/tests/data/NGS_stutter_test/*
include lusSTR/tests/data/kinsnps/*
include lusSTR/tests/data/lusstr_output/*
4 changes: 4 additions & 0 deletions lusSTR/cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ def edit_snp_config(config, args):
data["references"] = None
if args.strand:
data["strand"] = args.strand
if args.input:
data["samp_input"] = args.input
else:
data["samp_input"] = os.getcwd()
return data


Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"lusSTR/tests/data/RU_stutter_test/*",
"lusSTR/tests/data/NGS_stutter_test/*",
"lusSTR/tests/data/kinsnps/*",
"lusSTR/tests/data/lusstr_output/*",
"lusSTR/workflows/*",
"lusSTR/wrappers/*",
]
Expand Down

0 comments on commit fa9d709

Please sign in to comment.