Skip to content

Commit

Permalink
Forcefully remove temporary file
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuchenb committed Jul 31, 2023
1 parent 7489eff commit cac6c3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions demo/run_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ghga-datasteward-kit files upload \
--alias SEQ_FILE_A_R1.fastq.gz \
--config-path ./config/file_config.yaml

rm ./store/file_uploads/SEQ_FILE_A_R1.fastq.gz.json
rm -f ./store/file_uploads/SEQ_FILE_A_R1.fastq.gz.json

ghga-datasteward-kit files batch-upload \
--tsv ./input/files.tsv \
Expand All @@ -56,6 +56,3 @@ ghga-datasteward-kit metadata submit \
ghga-datasteward-kit metadata transform --config-path ./config/metadata_config.yaml

ghga-datasteward-kit load --config-path ./config/loader_config.yaml

rm -rf ./store
rm ./input/metadata.json

0 comments on commit cac6c3c

Please sign in to comment.