Extracting Split read alignments
0
0
Entering edit mode
4.2 years ago

I am trying to extract the split read alignments with bwa-mem for pair end sequencing. This is my code.

Extract the split-read alignments

samtools view -h rscm2.bam \
    | scripts/extractSplitReads_BwaMem -i stdin \
    | samtools view -Sb - \
    > rscm2.splitters.unsorted.bam

But I am getting this error message. /cm/local/apps/slurm/var/spool/job16557014/slurm_script: line 18: scripts/extractSplitReads_BwaMem: No such file or directory Can anyone please help to fix this error? Thank you in advance.

alignment • 1.4k views
ADD COMMENT
3
Entering edit mode

does the directory 'scripts' exists in the current directory ? try to use a full path for scripts/extractSplitReads_BwaMem instead of a relative path ?

ADD REPLY

Login before adding your answer.

Traffic: 1714 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6