# Resolving Basespace CLI analysis launch error Resource FileSummary doesn't exist

Many Basespace applications require non-FASTQ files to be supplied by the user, particularly for workflows utilizing custom references or panels. The following error can arise when specifying such files when launching via the command line:

ERROR: \*\*\* BASESPACE.VALIDATION\_STRATEGY.RESOURCE\_NOT\_EXIST: Resource 'FileSummary' with id doesn't exist.

For instance, DRAGEN Somatic can intake a custom bed file, specified via the flag:

-o ICAPipelineParameter\_\_fixed\_bed:custom -o target\_bed:

It is important to note that the FileSummary resource identifier indicates that this specification is expected to be a file, ***not*** a dataset or app session. This is an entity with a numeric id (not "ds.########") found within a dataset. The files contained within a dataset and their IDs can be queried on the command line from either the dataset or project housing them with the commands "**bs content dataset** " or **"bs content project "**, respectively.

![](/files/OVfd4TuEOxwCt9NTTgN0)

The following is an example of a complete DRAGEN Somatic 4.4 launch command; note the numeric file ID use:

bs launch application \\\
-n "DRAGEN Somatic" \\\
\--app-version 4.4.4 \\\
-o app-session-name: \\\
-o ICAPipelineParameter\_\_reference:"hg19\_alt\_masked\_graph\_v5" \\\
-o ICAPipelineParameter\_\_fixed\_bed:custom \\\
-o target\_bed:43257320865 \\\
-o ICAPipelineParameter\_\_umi\_enable:true \\\
-o ICAPipelineParameter\_\_umi\_library\_type:nonrandom-duplex \\\
-o umi\_nonrandom\_whitelist:910294401 \\\
-o ICAPipelineParameter\_\_umi\_vc:none \\\
-o ICAPipelineParameter\_\_umi\_min\_supporting\_reads:2 \\\
-o ICAPipelineParameter\_\_enable\_variant\_annotation:true \\\
-o ICAPipelineParameter\_\_high\_coverage\_support\_mode:true \\\
-o ICAPipelineParameter\_\_systematic\_noise\_filter:false \\\
-o ICAPipelineParameter\_\_vc\_target\_vaf:0.015 \\\
-o commandline-disclaimer:true \\\
-o ICAPipelineParameter\_\_additional\_args:"--vc-output-evidence-bam=true \\\
\--vc-evidence-bam-output-haplotypes=true \\\
\--vc-evidence-bam-force-output=true \\\
\--umi-source=sequence \\\
\--umi-sequence-position-r1=8 \\\
\--umi-sequence-position-r2=8" \\\
-o project-id:494336844 \\\
-o input\_list.tumor\_fastqs:824014192 \\\
-o input\_list.ICAPipelineParameter\_\_fastq\_sex:male

If the error persists or additional errors are encountered attempting to obtain the file ID, ensure that 1) the user account authorized on the command line has access to the file in question, and 2) that the file was uploaded as a common file with --type common.files on the command line, or with "Other" selected in the Basespace UI during upload.

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                  |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #10173), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000010173%20-%20Software%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.illumina.com/software/basespace-cli/software-basespace-cli-troubleshooting-list/000010173.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
