Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions app/components/Layout/components/Content/content.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ const muiAlert = (props: ThemeProps) => css`
.MuiAlertTitle-root {
${textHeadingSmall(props)};
}

ol > li,
ul > li {
margin: 4px 0;

&:first-of-type {
margin-top: 0;
}

&:last-of-type {
margin-bottom: 0;
}
}
}
}
`;
Expand Down
18 changes: 17 additions & 1 deletion app/content/anvil-cmg/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,21 @@ When you click on a dataset, you’ll be taken a summary page where you can find

#### Exporting from The AnVIL Data Explorer

Once you’re ready to export the data, you can click Export to Terra from within a particular study, or you can also click the Export button at the top right of your screen when you are on the AnVIL Data Explorer’s main page.
<Alert severity="info">
<AlertTitle>Note</AlertTitle>
<div>
To export all data for the selected datasets, you must:

1. Choose only one or more “Dataset” filters.
2. Select all organisms and file types available on the Analyze in Terra page.

Support for finer-grained export selections is being developed. Currently, finer-grained export selections may
result in incomplete exports.

</div>
</Alert>

Once you’re ready to export the data, you can click Export to Terra from within a particular dataset, or you can also select one or more datasets from the "Datasets" filter and click the Export button at the top right of your screen when you are on the AnVIL Data Explorer’s main page.

<Figure alt="Exporting with Terra" src="/guides/exporting-with-terra.png" />

Expand All @@ -87,6 +101,8 @@ Clicking this button will take you to a window where you can export to a Terra w

Once you select Analyze in Terra, you’ll see a button labeled “Request Link”.

_Note, for full export, be sure to select all species and file types._

<Figure alt="Export to Terra Process" src="/guides/export-to-terra1.png" />

After you click this button, you will be prompted to wait while the system generates a link to Terra. Once this link is ready, you’ll see a page with a button labeled “Open Terra”. Clicking this button will take you to a workspace selection screen in Terra, where you’ll be able to select the workspace to which you’d like to add this data.
Expand Down
Binary file modified public/guides/export-to-terra1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/guides/exporting-with-terra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading