Giter Club home page Giter Club logo

Comments (9)

simoncchu avatar simoncchu commented on July 30, 2024

Hi, for HERV, could you try to run with "-f 1555" instead of "-f 5907".

from xtea.

SIJAE-WOO avatar SIJAE-WOO commented on July 30, 2024

Hi, I tried "-f 1555" with other default options, but it didn't work too. The job stopped in the middle and the final files are like this.
image

Last standard out is below.
`Running command: bwa mem -t 8 -T 9 -k 9 -o my_path/tmp/cns/temp_clip.sam.non_polyA.sam /home/sijaewoo/tools/xTea/rep_lib_annotation/consensus/HERV.fa my_path/tmp/cns/candidate_sites_all_clip.fq.non_polyA.fq

Running command: bwa mem -t 8 -T 7 -k 7 -o my_path/tmp/cns/temp_clip.sam.polyA.sam -c 70 /home/sijaewoo/tools/xTea/rep_lib_annotation/consensus/HERV.fa my_path/tmp/cns/candidate_sites_all_clip.fq.polyA.fq

Running command: bwa mem -t 8 -o my_path/tmp/cns/temp_disc.sam /home/sijaewoo/tools/xTea/rep_lib_annotation/consensus/HERV.fa my_path/tmp/cns/candidate_sites_all_disc.fa

/home/sijaewoo/.conda/envs/xtea/lib/python3.6/site-packages/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py:47: DeprecationWarning: the imp module is deprecated in favour of importlib; see t
he module's documentation for alternative uses
import imp`

from xtea.

simoncchu avatar simoncchu commented on July 30, 2024

Could you post the content of the generated .sh file? Also any error reported?

from xtea.

SIJAE-WOO avatar SIJAE-WOO commented on July 30, 2024

This is the content of the generated .sh file.
image
And total standard output and standard error are in this file. Final standard output and final generated files are same as above comment.
test1_xtea_HERV_sdout.txt

from xtea.

simoncchu avatar simoncchu commented on July 30, 2024

Could you post the content of run_xTEA_pipeline.sh?

from xtea.

SIJAE-WOO avatar SIJAE-WOO commented on July 30, 2024

This is the content of run_xTEA_pipeline.sh.
PREFIX=/home/sijaewoo/test_xtea/test1/HERV/ ############ ############ ANNOTATION=/home/sijaewoo/tools/xTea/rep_lib_annotation/HERV/hg38/hg38_HERV.out REF=/commons/Reference/1000Genomes/GRCh38_full_analysis_set_plus_decoy_hla.fa ANNOTATION1=/home/sijaewoo/tools/xTea/rep_lib_annotation/HERV/hg38/hg38_HERV.out GENE=/home/sijaewoo/gencode/gencode.v38.chr_patch_hapl_scaff.annotation.gff3 BLACK_LIST=null L1_COPY_WITH_FLANK=/home/sijaewoo/tools/xTea/rep_lib_annotation/HERV/hg38/hg38_HERV_copies_with_flank.fa SF_FLANK=null L1_CNS=/home/sijaewoo/tools/xTea/rep_lib_annotation/consensus/HERV.fa XTEA_PATH=/home/sijaewoo/tools/xTea/xtea/ BAM_LIST=${PREFIX}"bam_list.txt" BAM1=${PREFIX}"10X_phased_possorted_bam.bam" BARCODE_BAM=${PREFIX}"10X_barcode_indexed.sorted.bam" TMP=${PREFIX}"tmp/" TMP_CLIP=${PREFIX}"tmp/clip/" TMP_CNS=${PREFIX}"tmp/cns/" TMP_TNSD=${PREFIX}"tmp/transduction/" ############ ############ python ${XTEA_PATH}"x_TEA_main.py" -C --dna -i ${BAM_LIST} --lc 3 --rc 3 --cr 1 -r ${L1_COPY_WITH_FLANK} -a ${ANNOTATION} --cns ${L1_CNS} --ref ${REF} -p ${TMP} -o ${PREFIX}"candidate_list_from_clip.txt" -n 8 --cp /home/sijaewoo/test_xtea/test1/pub_clip/ python ${XTEA_PATH}"x_TEA_main.py" -D --dna -i ${PREFIX}"candidate_list_from_clip.txt" --nd 5 --ref ${REF} -a ${ANNOTATION} -b ${BAM_LIST} -p ${TMP} -o ${PREFIX}"candidate_list_from_disc.txt" -n 8 python ${XTEA_PATH}"x_TEA_main.py" -N --dna --cr 3 --nd 5 -b ${BAM_LIST} -p ${TMP_CNS} --fflank ${SF_FLANK} --flklen 3000 -n 8 -i ${PREFIX}"candidate_list_from_disc.txt" -r ${L1_CNS} --ref ${REF} -a ${ANNOTATION} -o ${PREFIX}"candidate_disc_filtered_cns.txt" python ${XTEA_PATH}"x_TEA_main.py" --gene -a ${GENE} -i ${PREFIX}"candidate_disc_filtered_cns.txt" -n 8 -o ${PREFIX}"candidate_disc_filtered_cns_with_gene.txt"

from xtea.

simoncchu avatar simoncchu commented on July 30, 2024

candidate_disc_filtered_cns_with_gene.txt this one is the final output.

from xtea.

dr-ashu-geno avatar dr-ashu-geno commented on July 30, 2024

Dear @simoncchu

Thanks a lot for helping with issues and questions, the program works perfectly for LINE1, ALU, and SVA now. But I have the same error mentioned above for HERV. However, job is completed (not failed) and the final output (candidate_disc_filtered_cns_with_gene.txt) is there. I was wondering why VCF file is not made for HERV like other MEIs (such as L1, ALU, and SVA). And how to use the information of candidate_disc_filtered_cns_with_gene.txt file along with those VCF files of other MEIs for downstream analysis?

Thank you for your kind help,

Best regards,

from xtea.

simoncchu avatar simoncchu commented on July 30, 2024

@dr-ashu-geno right now I didn't output the vcf format. As initially, we do not think there are many herv insertions. The current output tells you the positions, maybe you can covert to a simpler version of vcf for now. I'll add the standard output in the next release.

from xtea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.