Skip to content

Commit

Permalink
Move isn't needed when output prefix is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
johnegarza committed Apr 15, 2019
1 parent 9805a22 commit ef53b1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions optitype_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,3 @@ rm -f $TEMPDIR/$name.aln.map.rev.sam
echo step 5: run Optitype
# run optitype
python /usr/local/bin/OptiType/OptiTypePipeline.py -i $outdir/$name.hla.fwd.fastq $outdir/$name.hla.rev.fastq --dna -v -p $name -o $outdir

#make sure files actually end up in $outdir and not $outdir/<timestamp>, which is where optitype puts them
mv $outdir/*/* $outdir

0 comments on commit ef53b1e

Please sign in to comment.