Skip to content

Commit 9bf6862

Browse files
committed
Test Lace
1 parent 646a9db commit 9bf6862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lace.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#The idea here is to build a script which takes a list of fasta files (each file being a set of transcripts from a Corset cluster which supposedly come from the same gene).
2-
#Then given each cluster, there should be a seperate parallelised job for each file which constructs the SuperTranscript for that cluster.
1+
#Lacing together different transcripts into a SuperTranscript
2+
33

44
import multiprocessing, logging
55
from multiprocessing import Pool

0 commit comments

Comments
 (0)