Skip to content
Snippets Groups Projects
Commit fbec8738 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Shorten and update file names.

parent 7db1f905
Branches
Tags
No related merge requests found
......@@ -273,7 +273,7 @@ def main():
pool_pseudoreplicates_dict = {}
for index, row in pseudoreplicates_df.iterrows():
replicate_id = index + 1
pr_filename = experiment_id + ".pr" + str(replicate_id) + '.bedse.gz'
pr_filename = experiment_id + ".pr" + str(replicate_id) + '.tagAlign.gz'
pool_replicate = pool(row, pr_filename, False)
pool_pseudoreplicates_dict[replicate_id] = pool_replicate
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment