Skip to content

Commit c8d17ba

Browse files
author
Peter Combs
committed
Oops... accidentally overwrote carriers.
last commit was too overzealous.
1 parent 345b909 commit c8d17ba

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

configure

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,14 @@ targets_all = ' '.join(path.join('$(ANALYSIS_DIR)',
8686
out.write("FPKMS = {} \n".format(targets))
8787

8888
reads = defaultdict(lambda : ([], []))
89-
sample_species = {}
89+
carriers = defaultdict(list)
90+
carrier_species = {}
9091
for i, row in config_file.iterrows():
9192
label = row['Label']
9293
index = row['Index']
9394
mbepc = int(row['MBEPC'])
94-
species = row['SampleSpecies']
95+
carrier = row['CarrierID']
96+
species = row['CarrierSpecies']
9597
for glob_spec in glob_specs:
9698
glob_spec = (glob_spec
9799
.format(seqdir=args.seqdir, label=label, index=index, id=mbepc))

0 commit comments

Comments
 (0)