--
You received this message because you are subscribed to the Google Groups "basespace-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to basespace-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/basespace-developers/f774bfd1-77d5-460c-b8bd-cf30879f58feo%40googlegroups.com.
configJson = {
"Name": "16S Metagenomics - %s" % self.sample.Id,
"AutoStart": True,
"Properties":
[
{
"name": "Input.project-id",
"Type": "project",
"Content": "v1pre3/projects/%s" % self.bsapi.projectId
},
{
"name": "Input.sample-id",
"Type": "sample[]",
"items": ["v1pre3/samples/%s" % self.sample.Id]
},
{
"name": "Input.database",
"Type": "database",
"Content": "https://use1-prd-seq-hub-appdata.s3.amazonaws.com/16S_Metagenomics_v1.1/RefSeq-RDP16S_v3_May2018_DADA2_32bp.dat"
}
]
}But I am having difficult passing in the database value.
I get this error message:
'ErrorCode': 'BASESPACE.PROPERTIES.TYPE_UNSUPPORTED', 'Message': "The given type 'database' is not currently supported by properties."}
Hi Ross,From the look of that URL this might be a Classic Sample ID (from an older version of the BaseSpace API), whereas the app may be expecting it's BioSample ID (which is different and part of the New BaseSpace API). You can either switch your BaseSpace Application version (in Settings) to New and get the BioSample ID from the URL when on the BioSample page for BS1-FUR86. Or, and perhaps more helpful, you can list your biosamples and either grep for that BioSample, or use the BaseSpace CLI --filter-term and --filter-field. Or, you can narrow the list of BioSamples returned by limiting to a specific project ID with the --project-id.Hopefully that helps, if you're still hitting issues, I might suggest emailing techs...@illumina.com if you've not already done so.Cheers,Nick
On Fri, Dec 11, 2020 at 10:02 AM Ross via basespace-developers <basespace-developers+APn2wQd4sdeDznjETe3UMAQl3ZGxyQYwYaUO...@googlegroups.com> wrote:
--
Hello,"Failed getting biosample with ID 311754778: BASESPACE.COMMON.NOT_FOUND: Resource not found at the given path"I get the above error when I try to launch a basespace app as follows:bs launch application -i 9192183 -o database:https://use1-prd-seq-hub-appdata.s3.amazonaws.com/16S_Metagenomics_v1.1/RefSeq-RDP16S_v3_May2018_DADA2_32bp.dat -o project-id:143655512 -o sample-id:311754778I have obtained the sample-id from the URL in basespace:https://basespace.illumina.com/sample/311754778/BS1-FUR86Using the same CLI settings, I have managed to download the sample using it's name BS1-FUR86 but not using it's ID. Am I not using the correct ID? The app I'm calling doesn't take name so I can't use that.Any ideas why it's not finding the sample using it's ID as per the URL?thank you
You received this message because you are subscribed to the Google Groups "basespace-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to basespace-developers+unsub...@googlegroups.com.
On Fri, Dec 11, 2020 at 10:02 AM Ross via basespace-developers <basespace-developers+APn2wQd4sde...@googlegroups.com> wrote:
--
Hello,"Failed getting biosample with ID 311754778: BASESPACE.COMMON.NOT_FOUND: Resource not found at the given path"I get the above error when I try to launch a basespace app as follows:bs launch application -i 9192183 -o database:https://use1-prd-seq-hub-appdata.s3.amazonaws.com/16S_Metagenomics_v1.1/RefSeq-RDP16S_v3_May2018_DADA2_32bp.dat -o project-id:143655512 -o sample-id:311754778I have obtained the sample-id from the URL in basespace:https://basespace.illumina.com/sample/311754778/BS1-FUR86Using the same CLI settings, I have managed to download the sample using it's name BS1-FUR86 but not using it's ID. Am I not using the correct ID? The app I'm calling doesn't take name so I can't use that.Any ideas why it's not finding the sample using it's ID as per the URL?thank you
You received this message because you are subscribed to the Google Groups "basespace-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to basespace-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/basespace-developers/f774bfd1-77d5-460c-b8bd-cf30879f58feo%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "basespace-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to basespace-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/basespace-developers/7ac59eae-9a05-4343-90a4-eb5029eb6c09o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/basespace-developers/32471eb2-8e44-4af5-b77a-8e3af18787c6n%40googlegroups.com.