Off topic:How to run BBMap and VCFtools for a 200 of WGS .fasta files in a for loop in Shell or Bash without printing file names??
0
0
Entering edit mode
8.3 years ago
elvissober ▴ 20

How to run BBMap and VCFtools for a 200 of WGS .fasta files in a for loop in Shell or Bash without printing file names??

Have been advised to use that code for BBMap:

bbmap.sh ref=ref.fa
(wait for that to finish)
bbmap.sh in=reads1.fq out=mapped1.sam
bbmap.sh in=reads2.fq out=mapped2.sam
bbmap.sh in=reads3.fq out=mapped3.sam

This can`t be used for an automatic pipeline, cause requires file name writing. How to make that using for loop and without need to rewrite file`s names? Thanks.

wgs sequencing sequence • 1.4k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2529 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