Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PoslavskySV committed Nov 10, 2024
1 parent e1f2300 commit 33207e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion genomeFiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-open/milaboratories.star-read-mapping.genome-asset",
"version": "1.0.4",
"version": "1.0.5",
"description": "STAR indexed genome references",
"scripts": {
"build-skip": "echo 'This is fake build script for CI optimization'",
Expand Down
2 changes: 2 additions & 0 deletions genomeFiles/run_star_index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ echo "Generating genome index with sjdbOverhang=${SJDB_OVERHANG} and genomeSAind
# Cleanup: Remove intermediate files
rm genome.fa
rm -rf _STARtmp/
# Rename GTF to standard name
mv "${GTF_FILENAME}" annotations.gtf

# echo "Output files: ${GTF_FILENAME} and ${TAR_FILENAME}"
echo "Genome index generation and packaging complete."

0 comments on commit 33207e8

Please sign in to comment.