Skip to content

Commit 961ab27

Browse files
frano-mFran McDade
andauthored
feat: download search results via curl (#3243) (#3648)
* feat: add export form config (#23) * feat: updated export file summary facet name (#23) * feat: updated export to terra with option to disable export (#23) * feat: update form labels (#23) * chore: update clevercanary/data-explorer-ui (#3238) --------- Co-authored-by: Fran McDade <franmcdade@Frans-MacBook-Pro.local>
1 parent 74589b3 commit 961ab27

File tree

11 files changed

+457
-137
lines changed

11 files changed

+457
-137
lines changed

explorer/app/components/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export { DetailViewTable } from "@clevercanary/data-explorer-ui/lib/components/D
2828
export { DownloadCurlCommandForm } from "@clevercanary/data-explorer-ui/lib/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandForm/downloadCurlCommandForm";
2929
export { DownloadCurlCommand } from "@clevercanary/data-explorer-ui/lib/components/Export/components/DownloadCurlCommand/downloadCurlCommand";
3030
export { ExportMethod } from "@clevercanary/data-explorer-ui/lib/components/Export/components/ExportMethod/exportMethod";
31-
export { ExportSelectedData } from "@clevercanary/data-explorer-ui/lib/components/Export/components/ExportSelectedData/exportSelectedData";
3231
export { ExportCurrentQuery } from "@clevercanary/data-explorer-ui/lib/components/Export/components/ExportSummary/components/ExportCurrentQuery/exportCurrentQuery";
3332
export { ExportSelectedDataSummary } from "@clevercanary/data-explorer-ui/lib/components/Export/components/ExportSummary/components/ExportSelectedDataSummary/exportSelectedDataSummary";
3433
export { ExportSummary } from "@clevercanary/data-explorer-ui/lib/components/Export/components/ExportSummary/exportSummary";

explorer/app/content/hca-dcp/exportToTerraStart.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { BatchCorrectionWarning } from "../../components/Export/components/BatchCorrectionWarning/batchCorrectionWarning";
22

3-
### Export To Terra
3+
### Select File Types
4+
5+
Select the files types to be imported into your Terra workspace.
46

57
<BatchCorrectionWarning
68
label={"Matrix Normalization and Batch Correction"}

0 commit comments

Comments
 (0)