create_cisTarget_databases
create_cisTarget_databases copied to clipboard
build mm10 regions based databases
First thank for sharing such a powerful pipeline for chromatin and motif analysis. I was trying build a mm10 database based on regions defined in ATACseq following your tutorial. However, I encounter an unexpected error. It seems it is related to motif files and annotation file. The motif files were download here: https://resources.aertslab.org/cistarget/motif_collections/v10nr_clust_public/ Could you help on how to get this resolved? Thanks
The output is like this,
Traceback (most recent call last):
File "/usr/local/cisTarget_databases/bin//create_cistarget_motif_databases.py", line 572, in
I figured out what happened! Please disregard or delete this topic. Thanks
Hi @WGLUN, I find the same issue; would you mind describing what the solution was?
Thanks, Jonathan
Hi, @jonhsussman I followed this discussion here https://github.com/aertslab/create_cisTarget_databases/issues/4 to build the motif list.
@jonhsussman You used the motif2TF file.
The motif file should contain only 1 column with the motif IDs (Cluster-Buster motif filename basename without extension):
cd v10nr_clust_public/singletons
ls -1 *.cb | sed -e 's/\.cb$//' > /tmp/v10nr_cbust_public.txt