Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xTea_long getting stuck, no errors, during wtpoa-cns, running HG38 #106

Open
vaksmaz opened this issue Apr 22, 2024 · 2 comments
Open

xTea_long getting stuck, no errors, during wtpoa-cns, running HG38 #106

vaksmaz opened this issue Apr 22, 2024 · 2 comments

Comments

@vaksmaz
Copy link

vaksmaz commented Apr 22, 2024

I am running the long reads xTea and I am having an issue when running HG38. This was not an issue using T2T reference.
When I am running HG38 with the below command, everything runs smoothly until I get to the wtpoa-cns (3500), and somewhere in the middle (every time a different spot) the code stops running anything but is still active. For this run the last thing it ran is the following:
-- Starting program: wtpoa-cns -I /path_to/Long_read/COLO829-T/COLO829/tmp/l_asm_tmp/3500/chr3109529324_3500_wtdbg2.ctg.lay.gz -fo /path_to/Long_read/COLO829-T/COLO829/tmp/l_asm_tmp/3500/chr3109529324_3500_wtdbg2.ctg.lay.fa -t 16
-- pid 140518
-- date Sun Apr 21 15:05:33 2024

I am checking 15 hours later and it still has not advanced. I have 800 GB of ram, so that can't be it. I am running CentOS Linux 7, in case it is important.
Again, it did not have an issue with the new alignment.

The command I am using is below:

SAMPLE_ID=sample_id.txt
BAMS=bam_list.txt
WFOLDER=/gpfs/commons/groups/compbio/vaksman/Long_read/COLO829-T/
OUT_SCRTP=submit_jobs_COLO829-T_fast.sh
TIME=60000:00
REF=/path_to/GRCh38_1000genomes/GRCh38_full_analysis_set_plus_decoy_hla.fa
XTEA=/path_ton/bin/xTea_long/xTea/xtea_long/
RMSK=/path_to/bin/xTea_long/xTea/rep_lib_annotation/LINE/hg38/hg38_L1_larger_500_with_all_L1HS.out
CNS_L1=/path_to/bin/xTea_long/xTea/rep_lib_annotation/consensus/LINE1.fa
REP_LIB=/path_to/bin/xTea_long/xTea/rep_lib_annotation/
GENE=/path_to/bin/xTea_long/xTea/rep_lib_annotation/GENCODE.v33.annotation.gff3

python ${XTEA}"gnrt_pipeline_local_long_read_v38.py"
-i ${SAMPLE_ID}
-b ${BAMS} -p ${WFOLDER}
-o ${OUT_SCRTP}
--xtea ${XTEA}
-n 16 -m 800 -t ${TIME}
-r ${REF} --rmsk ${RMSK}
--cns ${CNS_L1} --rep ${REP_LIB} --slurm
--min 400000 -f 31 -y 15 --clean
--g {GENE}
-q bigmem

@simoncchu
Copy link
Collaborator

It seems the program hang there. Sometimes the output from the third program (here wtpoa-cns) may block the pipe and cause issue like this. I don't have a good solution right now. Could you re-run and see whether this error replicate?

@vaksmaz
Copy link
Author

vaksmaz commented Apr 28, 2024

It is replicated every time I run it. A bit different place but the same process. I ran it multiple times, with different parameters and it has happened every time. But only for HG38, not for T2T reference. Also, with multiple samples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants