We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358a088 commit f6f0ab2Copy full SHA for f6f0ab2
src/setup/load.sh
@@ -31,9 +31,10 @@ if compgen -G "$SOURCE"/*.processed.gff; then
31
--trackLabel Regulatory_build \
32
--out "$DESTINATION"
33
fi
34
+"$JBROWSE_BIN/generate-names.pl" --out "$DESTINATION"
35
cp "$TARGET" "$DESTINATION/trackList.json"
36
37
echo -e "[general]\ndataset_id = $ASSEMBLY" > "$DESTINATION/tracks.conf"
38
echo -e "[datasets.$ASSEMBLY]\nurl = ?data=data/$ASSEMBLY\nname = $SPECIES ($ASSEMBLY)\n\n" >> jbrowse/jbrowse.conf
-touch "$DESTINATION/gRNA_CRISPR.gff"
39
-touch "$DESTINATION/acceptedPrimers.gff"
+touch "$DESTINATION/gRNA_CRISPR.gff" "$DESTINATION/acceptedPrimers.gff"
40
+chown www-data:www-data "$DESTINATION/gRNA_CRISPR.gff" "$DESTINATION/acceptedPrimers.gff"
0 commit comments