Want to embed this snippet (FAQ) in your GTN Tutorial?
{% snippet faqs/galaxy-de/datasets_import_via_link.md %}
Optional Parameters
reset_form: Den Benutzer zuerst anweisen, das Formular zurückzusetzen
collection: Fügt einen Schritt hinzu, um die Schaltfläche für Sammlungen zu klicken
collection_type: Schlägt einen Sammlungstyp vor
link: (Veraltet) Statt Sammlungen einen Link‑Eingabetyp verwenden
link2: (Veraltet) Zweites Linkformat
genome: Schlägt ein Genom vor, das der Benutzer setzen sollte
pairswaptext: Bietet einen Filter für die Paar‑Erkennung
collection_name_convention: Schlägt eine Namenskonvention für die Sammlung vor
Examples
Import a list of files:
{% snippet faqs/galaxy-de/datasets_import_via_link.md collection="true" collection_type="List" collection_name="raw_files" format="thermo.raw" %}
Create a paired collection with a given naming scheme:
{% snippet faqs/galaxy-de/datasets_import_via_link.md collection="true" collection_type="Paired" collection_name_convention="'<name>_<plate>_<batch>' to preserve the sample names, sequencing plate number and batch number." collection_name="Here we will write 'C57_P1_B1'" genome="GRCm38/mm10" pairswaptext="'SRR5683689_1' and 'SRR5683689_2'" %}
Import an interval file with specified genome, though providing the links in a code block is preferred:
{% snippet faqs/galaxy-de/datasets_import_via_link.md link="https://zenodo.org/record/3254917/files/chr21.gtf" format="interval" genome="mm9" %}
See other uses
Search on GitHub (must be logged in)