Skip to content
Snippets Groups Projects
Commit 9f77348d authored by JasperBoom's avatar JasperBoom
Browse files

Fix second task as well.

parent 08d6519a
No related branches found
No related tags found
No related merge requests found
......@@ -44,13 +44,13 @@ task Bam2Fasta {
bamFiles=""
for bamFile in ~{sep=" " bam}
do
ln ${bamFile} .
bamFiles=${bamFiles}" $(basename ${bamFile})"
ln $bamFile .
bamFiles=$bamFiles" $(basename $bamFile)"
done
for index in ~{sep=" " bamIndex}
do
ln ${index} .
ln $index .
done
bam2fasta \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment