Skip to content

Commit

Permalink
Merge pull request #2 from USDA-VS/upstream
Browse files Browse the repository at this point in the history
Bug fix for reference name not matching 'reference.fa'
  • Loading branch information
chutter authored May 22, 2024
2 parents 5d6b450 + ccc30bb commit fd43d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Flumina
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else
fi

#Copies reference to output directory so snakefile can find it
cp "$REFERENCE_FILE" "$OUTPUT_DIRECTORY"
cp "$REFERENCE_FILE" "$OUTPUT_DIRECTORY"/reference.fa

#Export variable to global env
export CLUSTER_JOBS
Expand Down

0 comments on commit fd43d0f

Please sign in to comment.