CCBR / CARLISLE

Cut And Run Analysis Pipeline
https://ccbr.github.io/CARLISLE/
MIT License
4 stars 4 forks source link

T2T support #18

Closed kopardev closed 1 year ago

kopardev commented 1 year ago

Add support for T2T human assembly for CCRGB-5

slsevilla commented 1 year ago

https://www.ncbi.nlm.nih.gov/assembly/GCA_009914755.4

https://ccb.jhu.edu/T2T.shtml

kopardev commented 1 year ago

annotation -> ftp://ftp.ccb.jhu.edu/pub/data/T2T-CHM13/chm13v2.0_RefSeq_Liftoff_v4.gff3

kopardev commented 1 year ago

If you open that link in Finder you get something like this:

image

I can see the fasta file here, but the annotations are in GFF3 format and not GTF.

kopardev commented 1 year ago

Check this out! image This is probably what we want to use. (Fa+GTF)

kopardev commented 1 year ago

Just for reference the official CHM13 related download GH repo.

slsevilla commented 1 year ago

annotations downloaded: /data/CCBR_Pipeliner/db/PipeDB/Indices/T2T

slsevilla commented 1 year ago

Alignment results for HS1 are comparable with HG38 for test samples. hg38_vs_hs1.pdf

slsevilla commented 1 year ago

Run through annotations was deployed: 57654474

slsevilla commented 1 year ago

Deseq/deseq2 failed due to missing TXDB and annotation objects. Will need workaround.

kopardev commented 1 year ago

Tried to fix the TxDb error for hs1 ... try this branch... Let me know if it works.

slsevilla commented 1 year ago

combined VK and SSC merged for txdb - local run successful

Dry-run was successful .... submitting jobs to job-scheduler Running... 57716781

slsevilla commented 1 year ago

txdb code merger was successful. Issue with txdb required additional code fixes:

With these changes DESEQ/DESEQ2/VENN rules all ran to completion

slsevilla commented 1 year ago

homer edits for hs1:

With these changes HOMER related rules all ran to completion.

slsevilla commented 1 year ago

rose edits for hs1:

With these changes ROSE related rules all ran to completion

slsevilla commented 1 year ago

Running rules with all peak callers and deduplication methods to ensure stability with new HS1 updates.

slsevilla commented 1 year ago

Testing is complete. Changes merged into dev branch