about weeSam command
1
0
Entering edit mode
6.8 years ago
jacobnix • 0

Hello everybody ,

I'm trying to use MetaVic Pipeline (Metagenomics without reference) but in the Assemble. sh script , they are using weeSAM command , I have tried to search this app or command weeSAM without success :

https://github.com/sejmodha/MetaViC/blob/master/Assemble.sh

some extract Assemble.sh shell script:

samtools view -b $3.sam > $3.bam

samtools sort -o $3_sorted.bam $3.bam samtools index $3_sorted.bam

weeSAMv1.1 -b $3_sorted.bam -out $3_weeSAM_out

alignment Assembly next-gen • 1.2k views
ADD COMMENT
1
Entering edit mode
6.8 years ago
Sej Modha 5.3k

weeSAM is a custom script written by Joseph Hughes that is part of the MetaViC pipeline and available to download from https://github.com/josephhughes/Sequence-manipulation/blob/master/weeSAMv1.1

ADD COMMENT
0
Entering edit mode

Sej thank you so much !! :D

ADD REPLY

Login before adding your answer.

Traffic: 2503 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