Skip to content

Commit

Permalink
Update decouple.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wzthu authored Mar 20, 2023
1 parent b63580f commit 47a7981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/Basset/BD-10/decouple.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

if motif_nb is not None:
os.system('bash idx.sh %d | xargs -n 1 -P %s bash decouple.sh %s %d' %(kernel_size, threads, layer, motif_nb))
os.system('python merge.py %s %d' % (layer,motif_nb))
else:
motif_nb = 1
while True:
Expand Down

0 comments on commit 47a7981

Please sign in to comment.