Skip to content

Commit

Permalink
Eliminating Error messaging referencing ICGC (#454)
Browse files Browse the repository at this point in the history
* Eliminating Error messaging referencing ICGC

* Updating the error message
  • Loading branch information
Azher2Ali authored Aug 9, 2024
1 parent 69ec0f6 commit c846d1e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ private List<String> getIdsFromManifest(ManifestResource manifestResource)
if (manifestResource.isGnosManifest()) {
throw new BadManifestException(
format(
"Manifest '%s' looks like a GNOS-format manifest file. Please ensure you are using a tab-delimited text file"
+ " manifest from https://dcc.icgc.org/repositories",
"Manifest '%s' looks like a GNOS-format manifest file. Please ensure you are using a tab-delimited text file manifest",
manifestResource.getValue()));
}
val manifest = manifestService.getDownloadManifest(manifestResource);
Expand Down

0 comments on commit c846d1e

Please sign in to comment.